From 955870fc4cbc17550e73a62ff6557095e6ee3cf3 Mon Sep 17 00:00:00 2001
From: saksham1115 <saksham115@gmail.com>
Date: Mon, 29 Feb 2016 18:36:24 +0530
Subject: [PATCH 3/3] Fix gor issue #5429

---
 docs/source/siteadmin/media-types.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
index 712c5c4..09c31e3 100644
--- a/docs/source/siteadmin/media-types.rst
+++ b/docs/source/siteadmin/media-types.rst
@@ -38,8 +38,8 @@ Most media types have additional dependencies that you will have to install.
 You will find descriptions on how to satisfy the requirements of each media type
 on this page.
 
-To enable a media type, add the the media type under the ``[plugins]`` section
-in you ``mediagoblin.ini``. For example, if your system supported image
+To enable a media type, add the media type under the ``[plugins]`` section
+in your ``mediagoblin.ini``. For example, if your system supports image
 and video media types, then it would look like this::
 
     [plugins]
-- 
1.9.1

