8000 typo: added spaces on configuration docs (#6330) (#6648) · django-cms/django-cms@55e50f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55e50f7

Browse files
authored
typo: added spaces on configuration docs (#6330) (#6648)
1 parent 8b72a79 commit 55e50f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ Example::
461461
'fallbacks': ['de', 'fr'],
462462
'public': True,
463463
'hide_untranslated': True,
464-
'redirect_on_fallback':False,
464+
'redirect_on_fallback': False,
465465
},
466466
{
467467
'code': 'de',
@@ -485,7 +485,7 @@ Example::
485485
],
486486
'default': {
487487
'fallbacks': ['en', 'de', 'fr'],
488-
'redirect_on_fallback':True,
488+
'redirect_on_fallback': True,
489489
'public': True,
490490
'hide_untranslated': False,
491491
}

0 commit comments

Comments
 (0)
0