From d99cafaf9a7ee1f30368166271fe0a6844a8ed48 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/docs/07-working-with-the-browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/07-working-with-the-browser.md b/docs/docs/07-working-with-the-browser.md index 31600be1a1..129fed8838 100644 --- a/docs/docs/07-working-with-the-browser.md +++ b/docs/docs/07-working-with-the-browser.md @@ -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`