From 3985279f035a9dcc15db3531d0516ed9d81eb81c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 4 Jan 2012 11:03:33 +0000 Subject: [PATCH] Guessing a typo fix, could also be 'is a feed' but neither expression really opens to me --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index c5817000be..865ac11f31 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -1580,7 +1580,7 @@ loader request or generating HTML output. &$resourceLoader: ResourceLoader object 'ResourceLoaderTestModules': let you add new JavaScript testing modules. This is called after the addition of 'qunit' and MediaWiki testing resources. -&testModules: array of JavaScript testing modules. The 'qunit' framework, included in core, is feed using tests/qunit/QUnitTestResources.php. +&testModules: array of JavaScript testing modules. The 'qunit' framework, included in core, is fed using tests/qunit/QUnitTestResources.php. &ResourceLoader object To add a new qunit module named 'myext.tests': testModules['qunit']['myext.tests'] = array( -- 2.20.1