D3r1ck01 has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/359965 )

Change subject: Fix typo
......................................................................

Fix typo

* Typo fixed in Example.php file.

Change-Id: Ib1c7de434d00b77cea590edd84ec1a92700c864a
---
M Example/Example.php
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/examples 
refs/changes/65/359965/1

diff --git a/Example/Example.php b/Example/Example.php
index 4d35a95..aacfe48 100644
--- a/Example/Example.php
+++ b/Example/Example.php
@@ -71,7 +71,7 @@
 
 // Register files
 // MediaWiki need to know which PHP files contains your class. It has a
-// registering mecanism to append to the internal autoloader. Simply use
+// registering mechanism to append to the internal autoloader. Simply use
 // $wgAutoLoadClasses as below:
 $wgAutoloadClasses['ExampleHooks'] = $dir . '/Example.hooks.php';
 $wgAutoloadClasses['SpecialHelloWorld'] = $dir . 
'/specials/SpecialHelloWorld.php';
@@ -136,7 +136,8 @@
 /* Configuration */
 
 
-/** Your extension configuration settings. Since they are going to be global
+/** 
+ * Your extension configuration settings. Since they are going to be global
  * always use a "wg" prefix + your extension name + your setting key.
  * The entire variable name should use "lowerCamelCase".
  */

-- 
To view, visit https://gerrit.wikimedia.org/r/359965
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib1c7de434d00b77cea590edd84ec1a92700c864a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/examples
Gerrit-Branch: master
Gerrit-Owner: D3r1ck01 <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to