Skip to content

Commit

Permalink
Fix grammar in React Native docs (#3838)
Browse files Browse the repository at this point in the history
  • Loading branch information
elainen authored and cpojer committed Jun 16, 2017
1 parent 58926ac commit afc48df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/TutorialReactNative.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ next: tutorial-async
At Facebook, we use Jest to test [React Native](http://facebook.github.io/react-native/)
applications.

Get a deeper insight into testing a working example React Native app reading the following series: [Part 1: Jest – Snapshot come into play](https://blog.callstack.io/unit-testing-react-native-with-the-new-jest-i-snapshots-come-into-play-68ba19b1b9fe#.12zbnbgwc) and [Part 2: Jest – Redux Snapshots for your Actions and Reducers](https://blog.callstack.io/unit-testing-react-native-with-the-new-jest-ii-redux-snapshots-for-your-actions-and-reducers-8559f6f8050b).
Get a deeper insight into testing a working React Native app example by reading the following series: [Part 1: Jest – Snapshot come into play](https://blog.callstack.io/unit-testing-react-native-with-the-new-jest-i-snapshots-come-into-play-68ba19b1b9fe#.12zbnbgwc) and [Part 2: Jest – Redux Snapshots for your Actions and Reducers](https://blog.callstack.io/unit-testing-react-native-with-the-new-jest-ii-redux-snapshots-for-your-actions-and-reducers-8559f6f8050b).

## Setup

Expand Down

0 comments on commit afc48df

Please sign in to comment.