Skip to content

Commit 1783311

Browse files
committed
Fix brand name
1 parent 0efbd47 commit 1783311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def create_index(self, extension='md', **__):
112112
If you want to use another markup, choose a different builder in your settings.
113113
Check out our `Getting Started Guide
114114
<https://docs.readthedocs.io/en/latest/getting_started.html>`_ to become more
115-
familiar with Read The Docs.
115+
familiar with Read the Docs.
116116
"""
117117

118118
index_file.write(index_text.format(dir=docs_dir, ext=extension))

0 commit comments

Comments
 (0)