Skip to content

Commit 67648e7

Browse files
author
Nikias Kalpaxis
committed
Correct for PR comments
1 parent fe6129a commit 67648e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/ExampleRedditAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is the complete source code of the Reddit headline fetching example we buil
77
#### `index.js`
88

99
```js
10-
import 'babel-core/polyfill'
10+
import 'babel-polyfill'
1111

1212
import React from 'react'
1313
import { render } from 'react-dom'

0 commit comments

Comments
 (0)