From 50a8a1975a429ebdd3e510b8060c86d3a6d4263a Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Tue, 14 Jan 2014 17:09:39 -0800 Subject: [PATCH] Fix typo in docs. --- docs/07-working-with-the-browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-working-with-the-browser.md b/docs/07-working-with-the-browser.md index 2b2e277f..39ad1cef 100644 --- a/docs/07-working-with-the-browser.md +++ b/docs/07-working-with-the-browser.md @@ -113,7 +113,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`