Fix typo in docs.

This commit is contained in:
Richard Feldman
2014-01-14 17:09:39 -08:00
committed by Paul O’Shannessy
parent 190f373ce3
commit d99cafaf9a
+1 -1
View File
@@ -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 ### 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.isArray`
* `Array.prototype.forEach` * `Array.prototype.forEach`