aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/pluginwriter
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-05-15 11:10:25 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-05-15 11:10:25 -0500
commit0553976187a4ec870f944d2d4d17a4951075d2a8 (patch)
tree4e9a99fbfec3daa9381adb491ea84d2db66d7e47 /docs/source/pluginwriter
parent1344c561a0da28290bab860e7e628998463fca15 (diff)
downloadmediagoblin-0553976187a4ec870f944d2d4d17a4951075d2a8.tar.lz
mediagoblin-0553976187a4ec870f944d2d4d17a4951075d2a8.tar.xz
mediagoblin-0553976187a4ec870f944d2d4d17a4951075d2a8.zip
Hook->hooks since there's more than one of them :)
Diffstat (limited to 'docs/source/pluginwriter')
-rw-r--r--docs/source/pluginwriter/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/pluginwriter/api.rst b/docs/source/pluginwriter/api.rst
index b411fa4d..56aaac77 100644
--- a/docs/source/pluginwriter/api.rst
+++ b/docs/source/pluginwriter/api.rst
@@ -106,8 +106,8 @@ and should return that modified object, like so::
"mediagoblin/user_pages/user.html"): add_to_user_home_context}
-Global context hook
-+++++++++++++++++++
+Global context hooks
+++++++++++++++++++++
If you need to add something to the context of *every* view, it is not
hard; there are two hooks hook that also uses hook_transform (like the