From 40041ba05739a54f9be38a8800e0bee51ca53a1d Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Wed, 24 Oct 2018 18:03:34 +0200 Subject: [PATCH] Typo --- readthedocs/doc_builder/backends/mkdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/doc_builder/backends/mkdocs.py b/readthedocs/doc_builder/backends/mkdocs.py index f88b7dd88..eaa388cad 100644 --- a/readthedocs/doc_builder/backends/mkdocs.py +++ b/readthedocs/doc_builder/backends/mkdocs.py @@ -54,7 +54,7 @@ class BaseMkdocs(BaseBuilder): # README: historically, the default theme was ``readthedocs`` but in # https://github.com/rtfd/readthedocs.org/pull/4556 we change it to # ``mkdocs`` to maintain the same behavior in Read the Docs than - # building locally. Although, we can't apply the this into the Corporate + # building locally. Although, we can't apply this into the Corporate # site. To keep the same default theme there, we created a Feature flag # for these project that were building with MkDocs in the Corporate # site.