diff --git a/main.js b/main.js index 161b513c59..19c0bc01b0 100644 --- a/main.js +++ b/main.js @@ -314,7 +314,7 @@ Number.prototype.clamp = function(min, max) { * For a format string with N replacement indices, you can call .format * with M <= N arguments. The result is going to be a format string * with N-M replacement indices, properly counting from 0 .. N-M. - * The following Example should explane the usage of partial aplied format: + * The following Example should explain the usage of partial applied format: * "{0}:{1}:{2}".format("a","b","c") === "{0}:{1}:{2}".format("a","b").format("c") * "{0}:{1}:{2}".format("a").format("b").format("c") === "{0}:{1}:{2}".format("a").format("b", "c") **/ diff --git a/tabs/firmware_flasher.js b/tabs/firmware_flasher.js index ea945935db..83d71ab849 100644 --- a/tabs/firmware_flasher.js +++ b/tabs/firmware_flasher.js @@ -62,7 +62,7 @@ TABS.firmware_flasher.initialize = function (callback) { releases_e.append( $("". - format(releaseIndex,assetIndex,summary.name,summary.target,formattedDate) ) + format(releaseIndex,assetIndex,summary.name,summary.target,formattedDate)) .data('obj', summary)); } }).bind(this, releases, releaseIndex, releases_e)