Skip to content

Commit 6131552

Browse files
authored
fix: correct typo 'recieve' → 'receive' in DOCS.md (#450)
1 parent 620df49 commit 6131552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ module.exports = {
226226

227227
# Usage with create-react-app
228228

229-
create-react-app by default don't use .babelrc, so in webpack.config.dev.js, add plugins property within js loader like below. Note that plugins recieve an array.
229+
create-react-app by default don't use .babelrc, so in webpack.config.dev.js, add plugins property within js loader like below. Note that plugins receive an array.
230230

231231
```js
232232
// Process JS with Babel.

0 commit comments

Comments
 (0)