From: Matthew Flaschen Date: Thu, 27 Dec 2012 18:05:53 +0000 (-0500) Subject: Fix typo in ResourceLoaderFileModule. X-Git-Tag: 1.31.0-rc.0~21203 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=a5d257e8613a2c5e1ca0b2fdd3b5ee6d42e3629b;p=lhc%2Fweb%2Fwiklou.git Fix typo in ResourceLoaderFileModule. Change-Id: Ia4460fb8bba7e08f235016fa8b59adf97e48a4d3 --- diff --git a/includes/resourceloader/ResourceLoaderFileModule.php b/includes/resourceloader/ResourceLoaderFileModule.php index 08e1620cf6..fa84843d5b 100644 --- a/includes/resourceloader/ResourceLoaderFileModule.php +++ b/includes/resourceloader/ResourceLoaderFileModule.php @@ -170,7 +170,7 @@ class ResourceLoaderFileModule extends ResourceLoaderModule { * // Scripts to include in the startup module * 'loaderScripts' => [file path string or array of file path strings], * // Modules which must be loaded before this module - * 'dependencies' => [modile name string or array of module name strings], + * 'dependencies' => [module name string or array of module name strings], * // Styles to always load * 'styles' => [file path string or array of file path strings], * // Styles to include in specific skin contexts