Skip to content

Commit

Permalink
Merge pull request #8 from tikotzky/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
azproduction committed Jul 17, 2014
2 parents 41b238d + d647ee4 commit 8180fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ How it works. Step by step:

Limitations:

* Right now it supports only safe and cross-browser [polyfiis from ES5](https://github.com/jonathantneal/polyfill), but you can add your own (see examples).
* Right now it supports only safe and cross-browser [polyfills from ES5](https://github.com/jonathantneal/polyfill), but you can add your own (see examples).
* It can have a false-positives for some cases. For instance, autopolyfiller thinks that `$('div').map()` is call of `Array.prototype.map`. But you can exclude false-positives (see examples).

It will not work if:
Expand Down

0 comments on commit 8180fd0

Please sign in to comment.