Skip to content

Commit a8c0f88

Browse files
author
Sam Kleinman
committed
minor: typo correction
1 parent 722b4b3 commit a8c0f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
'epubpath': manual_edition_path + '.epub',
121121
'manual_path': meta['manual_path'],
122122
'translations': languages,
123-
'langauge': langauge,
123+
'language': language,
124124
'repo_name': 'docs',
125125
'jira_project': 'DOCS',
126126
'google_analytics': 'UA-7301842-8',
@@ -197,7 +197,7 @@
197197
epub_theme = 'epub_mongodb'
198198
epub_tocdup = True
199199
epub_tocdepth = 3
200-
epub_language = langauge
200+
epub_language = language
201201
epub_scheme = 'url'
202202
epub_identifier = 'http://docs.mongodb.org/' + meta['branch']
203203
epub_exclude_files = []

0 commit comments

Comments
 (0)