Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit d71bb12

Browse files
committed
Fix typo in README
1 parent 040b5e3 commit d71bb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ npm install babel-plugin-react-intl
1414

1515
**This Babel plugin only visits ES6 modules which `import` React Intl.**
1616

17-
The default message descriptors for the app's default language will be extracted from: `defineMessages()`, `<FormattedMessage>`, and `<FormattedHTMLMeessage>`; all of which are named exports of the React Intl package.
17+
The default message descriptors for the app's default language will be extracted from: `defineMessages()`, `<FormattedMessage>`, and `<FormattedHTMLMessage>`; all of which are named exports of the React Intl package.
1818

1919
### Via `.babelrc` (Recommended)
2020

0 commit comments

Comments
 (0)