Fix typo (cointent => content)
authorOri Livneh <ori@wikimedia.org>
Sat, 17 Nov 2012 05:19:48 +0000 (21:19 -0800)
committerOri Livneh <ori@wikimedia.org>
Sat, 17 Nov 2012 05:19:48 +0000 (21:19 -0800)
Change-Id: I4d6702d0b2a6c4fe224a8c59808a579b6c6916a0

docs/hooks.txt

index 32182a2..2ec269a 100644 (file)
@@ -748,7 +748,7 @@ $title: the Title in question
 &$model: the model name. Use with CONTENT_MODEL_XXX constants.
 
 'ContentHandlerForModelID': Called when a ContentHandler is requested for a given
-cointent model name, but no entry for that model exists in $wgContentHandlers.
+content model name, but no entry for that model exists in $wgContentHandlers.
 $modeName: the requested content model name
 &$handler: set this to a ContentHandler object, if desired.