fix typo
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 9 Mar 2010 20:40:00 +0000 (20:40 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 9 Mar 2010 20:40:00 +0000 (20:40 +0000)
docs/hooks.txt

index 835bbf9..ecb8e06 100644 (file)
@@ -964,14 +964,14 @@ $linkType: The external link type
 
 'LinksUpdate': At the beginning of LinksUpdate::doUpdate() just before the
 actual update
-&$linksUpdate: the LinkUpdate object
+&$linksUpdate: the LinksUpdate object
 
 'LinksUpdateComplete': At the end of LinksUpdate::doUpdate() when updating has
 completed
-&$linksUpdate: the LinkUpdate object
+&$linksUpdate: the LinksUpdate object
 
 'LinksUpdateConstructed': At the end of LinksUpdate() is contruction.
-&$linksUpdate: the LinkUpdate object
+&$linksUpdate: the LinksUpdate object
 
 'ListDefinedTags': When trying to find all defined tags.
 &$tags: The list of tags.