Browse Source

docs/configuration: Fix minor text typo

Eido95 5 years ago
parent
commit
4fd6dc64a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/configuration.rst

+ 1 - 1
docs/configuration.rst

@@ -29,7 +29,7 @@ This is what the default configuration looks like:
     # Determines whether remote or local git branches/tags are preferred if their output dirs conflict
     # Determines whether remote or local git branches/tags are preferred if their output dirs conflict
     smv_prefer_remote_refs = False
     smv_prefer_remote_refs = False
 
 
-You an override all of these values inside you :file:`conf.py`.
+You can override all of these values inside your :file:`conf.py`.
 
 
 .. note::
 .. note::