Fix typo in doc comment for Message.prototype#toString
authorOri Livneh <ori@wikimedia.org>
Mon, 28 Oct 2013 10:43:46 +0000 (03:43 -0700)
committerOri Livneh <ori@wikimedia.org>
Mon, 28 Oct 2013 10:43:46 +0000 (03:43 -0700)
"it's string form" => "its string form".

Change-Id: I867283c5333aa17dd146c19684c1959e0de2a1ca

resources/mediawiki/mediawiki.js

index 80223e5..03248ba 100644 (file)
@@ -225,7 +225,7 @@ var mw = ( function ( $, undefined ) {
                },
 
                /**
-                * Converts message object to it's string form based on the state of format.
+                * Converts message object to its string form based on the state of format.
                 *
                 * @return {string} Message as a string in the current form or `<key>` if key does not exist.
                 */