Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -290,7 +290,7 @@ |
291 | 291 | of the javascript ajax engine. The hook is only called when ajax |
292 | 292 | is enabled ( $wgUseAjax = true; ). |
293 | 293 | |
294 | | -'AlternateEdit': before checking if an user can edit a page and |
| 294 | +'AlternateEdit': before checking if a user can edit a page and |
295 | 295 | before showing the edit form ( EditPage::edit() ). This is triggered |
296 | 296 | on &action=edit. |
297 | 297 | $EditPage: the EditPage object |