Skip to content

Commit

Permalink
typo: added spaces on configuration docs (django-cms#6330)
Browse files Browse the repository at this point in the history
  • Loading branch information
batisteo authored and bplociennik committed Mar 12, 2019
1 parent 39ddf60 commit d126da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/configuration.rst
Expand Up @@ -461,7 +461,7 @@ Example::
'fallbacks': ['de', 'fr'],
'public': True,
'hide_untranslated': True,
'redirect_on_fallback':False,
'redirect_on_fallback': False,
},
{
'code': 'de',
Expand All @@ -485,7 +485,7 @@ Example::
],
'default': {
'fallbacks': ['en', 'de', 'fr'],
'redirect_on_fallback':True,
'redirect_on_fallback': True,
'public': True,
'hide_untranslated': False,
}
Expand Down

0 comments on commit d126da6

Please sign in to comment.