mw.Map: Fix typos in documentation
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 9 Jul 2013 22:12:22 +0000 (00:12 +0200)
committerKrinkle <krinklemail@gmail.com>
Tue, 9 Jul 2013 22:13:38 +0000 (22:13 +0000)
Follows-up f341e36 ("ore" and "Johson" were misspelled).

Change-Id: Ia5189f69a64a8294b37668e281087eacf09a4ce8

resources/mediawiki/mediawiki.js

index 51a4be5..e36d9d0 100644 (file)
@@ -34,8 +34,8 @@ var mw = ( function ( $, undefined ) {
         *
         *     // You can detect missing keys first
         *     if ( !addies.exists( wanted ) ) {
-        *         // One ore more are missing (e.g. George Johson)
-        *         mw.log( 'One or more names do not have a known address' );
+        *         // One or more are missing (in this case: "George Johnson")
+        *         mw.log( 'One or more names were not found in your address book' );
         *     }
         *
         *     // Or just let it give you what it can