summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/contributing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt
index cef9bbf81d..83973b44b3 100644
--- a/docs/internals/contributing.txt
+++ b/docs/internals/contributing.txt
@@ -450,7 +450,7 @@ follows::
settings.configure({}, SOME_SETTING='foo')
However, if any setting is accessed before the ``settings.configure`` line, this
-will not work. (Internally, ``setttings`` is a ``LazyObject`` which configures
+will not work. (Internally, ``settings`` is a ``LazyObject`` which configures
itself automatically when the settings are accessed if it has not already been
configured).