Skip to content

Commit 46eed7b

Browse files
authored
Fix typo in config options example
There is no `BABEL_DOMAINS`, is just `BABEL_DOMAIN`. I introduced this back in #194
1 parent a57e3ee commit 46eed7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ to change some internal defaults:
5757
translation directories, eg::
5858

5959
BABEL_TRANSLATION_DIRECTORIES=/path/to/translations;/another/path/
60-
BABEL_DOMAINS=messages;myapp
60+
BABEL_DOMAIN=messages;myapp
6161

6262
=============================== =============================================
6363

0 commit comments

Comments
 (0)