Skip to content

Commit

Permalink
Fix typo in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtfeldman authored and zpao committed Jan 15, 2014
1 parent 190f373 commit d99cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/07-working-with-the-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors

### Polyfills Needed to Support Older Browsers

These six functions can be polyfilled using a combintion of `es5-shim.js` and `es5-sham.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):
These six functions can be polyfilled using a combination of `es5-shim.js` and `es5-sham.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):

* `Array.isArray`
* `Array.prototype.forEach`
Expand Down

0 comments on commit d99cafa

Please sign in to comment.