Typos, casing. Still don't understand "'qunit' is feed using tests/qunit/QUnitTestRes...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 4 Jan 2012 08:29:58 +0000 (08:29 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 4 Jan 2012 08:29:58 +0000 (08:29 +0000)
Ping r107919

docs/hooks.txt

index c7bd7dd..7cc3df9 100644 (file)
@@ -1579,9 +1579,9 @@ scripts.
 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 ressources.
-&testModules: array of javascript testing modules. 'qunit' is feed using tests/qunit/QUnitTestResources.php.
-&RessourceLoader 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. 'qunit' is feed using tests/qunit/QUnitTestResources.php.
+&ResourceLoader object
 To add a new qunit module named 'myext.tests':
 testModules['qunit']['myext.tests'] = array(
        'script' => 'extension/myext/tests.js',