summaryrefslogtreecommitdiff
path: root/docs/adapter.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/adapter.rst')
-rw-r--r--docs/adapter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adapter.rst b/docs/adapter.rst
index 0e8528b..c97b10c 100644
--- a/docs/adapter.rst
+++ b/docs/adapter.rst
@@ -130,7 +130,7 @@ If we register an object that provides ``IProvideBase``:
>>> registry.register([IRequireBase], IProvideBase, '', 'Base->Base')
-then that object will be prefered over ``O('Base->Child')``:
+then that object will be preferred over ``O('Base->Child')``:
.. doctest::