diff --git a/src/zepto.js b/src/zepto.js index ae6b10fbb..29f7a3dd0 100644 --- a/src/zepto.js +++ b/src/zepto.js @@ -124,7 +124,7 @@ var Zepto = (function() { } // `$.zepto.fragment` takes a html string and an optional tag name - // to generate DOM nodes nodes from the given html string. + // to generate DOM nodes from the given html string. // The generated DOM nodes are returned as an array. // This function can be overriden in plugins for example to make // it compatible with browsers that don't support the DOM fully.