diff --git a/mkdocs/config/defaults.py b/mkdocs/config/defaults.py index e4b6df63..a6f2871b 100644 --- a/mkdocs/config/defaults.py +++ b/mkdocs/config/defaults.py @@ -72,8 +72,8 @@ class MkDocsConfig(base.Config): """The address on which to serve the live reloading docs server.""" use_directory_urls = c.Type(bool, default=True) - """If `True`, use `/index.hmtl` style files with hyperlinks to - the directory.If `False`, use `.html style file with + """If `True`, use `/index.html` style files with hyperlinks to + the directory. If `False`, use `.html style file with hyperlinks to the file. True generates nicer URLs, but False is useful if browsing the output on a filesystem."""