summaryrefslogtreecommitdiff
path: root/docs/narr/hooks.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-07-27 12:52:16 -0700
committerGitHub <noreply@github.com>2019-07-27 12:52:16 -0700
commitdbef47bdd0c0f1b719bc442635acb01a66cf8b5f (patch)
tree1fd927240df4ddc0918ef3b73fd4fb5cf0c822c6 /docs/narr/hooks.rst
parent54150cd4eae17a5d5d77d28db36d2299769c7446 (diff)
parent94f7994883832b1823f91aa46bb72960e5c24fe3 (diff)
downloadpyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.gz
pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.tar.bz2
pyramid-dbef47bdd0c0f1b719bc442635acb01a66cf8b5f.zip
Merge pull request #3503 from minho42/Fix-typos
Fix typos
Diffstat (limited to 'docs/narr/hooks.rst')
-rw-r--r--docs/narr/hooks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 3c02c2653..1ca5c3a6d 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -1335,7 +1335,7 @@ Specifying neither ``over`` nor ``under`` is equivalent to specifying
If all options for ``under`` (or ``over``) cannot be found in the current
configuration, it is an error. If some options are specified purely for
-compatibilty with other tweens, just add a fallback of ``MAIN`` or ``INGRESS``.
+compatibility with other tweens, just add a fallback of ``MAIN`` or ``INGRESS``.
For example, ``under=('someothertween', 'someothertween2', INGRESS)``. This
constraint will require the tween to be located under the ``someothertween``
tween, the ``someothertween2`` tween, and ``INGRESS``. If any of these is not
@@ -1412,7 +1412,7 @@ time.
Displaying Tween Ordering
~~~~~~~~~~~~~~~~~~~~~~~~~
-The ``ptweens`` command-line utility can be used to report the current implict
+The ``ptweens`` command-line utility can be used to report the current implicit
and explicit tween chains used by an application. See
:ref:`displaying_tweens`.