diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d9ab5a8a..aab3a8774 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ forked repo, check that it meets these guidelines: * Create a separate PR for each small feature or bug fix. * [Squash](http://stackoverflow.com/questions/5189560/squash-my-last-x-commits-together-using-git) your commits into one for each PR. -* Run `yarn test` to make sure that your code style is OK and there are no any regression bugs. +* Run `yarn test` to make sure that your code style is OK and there are no any regression bugs. * When contributing to an opt-in feature, apply the `[feature/...]` tag as a prefix to your PR title #### Style Guide diff --git a/docs/recipes/how-to-integrate-react-intl.md b/docs/recipes/how-to-integrate-react-intl.md index 997177dbc..29f7ba414 100644 --- a/docs/recipes/how-to-integrate-react-intl.md +++ b/docs/recipes/how-to-integrate-react-intl.md @@ -49,7 +49,7 @@ the [`defineMessages()`](https://github.com/yahoo/react-intl/wiki/API#definemess [``](https://github.com/yahoo/react-intl/wiki/Components#formatteddate) [``](https://github.com/yahoo/react-intl/wiki/Components#formattedtime) [``](https://github.com/yahoo/react-intl/wiki/Components#formattedrelative) - + - For numbers and currencies: [``](https://github.com/yahoo/react-intl/wiki/Components#formattednumber) [``](https://github.com/yahoo/react-intl/wiki/Components#formattedplural) diff --git a/docs/testing-your-application.md b/docs/testing-your-application.md index 6c2848440..ac11810f7 100644 --- a/docs/testing-your-application.md +++ b/docs/testing-your-application.md @@ -85,7 +85,7 @@ describe('A test suite for
', () => { }); ``` -Please note that NOT using IntlProvider will produce the following error: +Please note that NOT using IntlProvider will produce the following error: > Invariant Violation: [React Intl] Could not find required `intl` object. > needs to exist in the component ancestry.