Skip to content

Commit

Permalink
Merge pull request madrobby#1120 from mpchadwick/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
madrobby committed Jun 26, 2015
2 parents c454cfe + a5cc5d1 commit 0616279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zepto.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0616279

Please sign in to comment.