diff --git a/mustache.js b/mustache.js index 171ff42..703e97a 100644 --- a/mustache.js +++ b/mustache.js @@ -105,7 +105,7 @@ var Mustache = function() { throw new ParserException("This implementation of mustache doesn't understand the '" + pragma + "' pragma"); } - return ""; // blank out all ragmas + return ""; // blank out all pragmas }); },