From 79ae55e0cb018eca9bc16f53e168032df6750efa Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Sat, 14 Oct 2023 12:45:02 +0200 Subject: [PATCH] Fix typo --- mkdocs/config/defaults.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."""