From: Ori Livneh Date: Mon, 28 Oct 2013 10:43:46 +0000 (-0700) Subject: Fix typo in doc comment for Message.prototype#toString X-Git-Tag: 1.31.0-rc.0~18374 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=b73d24991a009cd3d5d63ce72e9229e35ddbadb7;p=lhc%2Fweb%2Fwiklou.git Fix typo in doc comment for Message.prototype#toString "it's string form" => "its string form". Change-Id: I867283c5333aa17dd146c19684c1959e0de2a1ca --- diff --git a/resources/mediawiki/mediawiki.js b/resources/mediawiki/mediawiki.js index 80223e5d2f..03248ba740 100644 --- a/resources/mediawiki/mediawiki.js +++ b/resources/mediawiki/mediawiki.js @@ -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 `` if key does not exist. */