Skip to content

Commit b0b7717

Browse files
committed
Remove stray "117", combine lines in polyfill docs
1 parent 8d63dad commit b0b7717

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/docs/07-working-with-the-browser.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors
119119

120120
### Polyfills Needed to Support Older Browsers
121121

122-
`es5-shim.js` from [kriskowal's
123-
es5-shim](https://github.com/kriskowal/es5-shim) provides the following
124-
that React needs:
122+
`es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim) provides the following that React needs:
125123

126124
* `Array.isArray`
127125
* `Array.prototype.forEach`
@@ -130,9 +128,7 @@ that React needs:
130128
* `Date.now`
131129
* `Function.prototype.bind`
132130

133-
`es5-sham.js`, also from [kriskowal's
134-
117 es5-shim](https://github.com/kriskowal/es5-shim), provides the
135-
following that React needs:
131+
`es5-sham.js`, also from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim), provides the following that React needs:
136132

137133
* `Object.create`
138134

0 commit comments

Comments
 (0)