summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c3c30b5..b2de86b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -83,7 +83,7 @@ Q: Do plugins pollute ``sys.modules``?
Q: How does PluginBase deal with different versions of the same plugin?
- Each plugin source works indepdenently of each other. The way this
+ Each plugin source works independently of each other. The way this
works is by internally translating the module name. By default that
module name is a random number but it can also be forced to a hash of
a specific value to make it stable across restarts which allows