Skip to content

Commit

Permalink
fix typo (facebook#24343)
Browse files Browse the repository at this point in the history
Summary:
"Built from source" is past tense - if anything, it should be "Build from source". However, all other heading end with "ing" so it makes sense here too.
Pull Request resolved: facebook#24343

Differential Revision: D14822098

Pulled By: cpojer

fbshipit-source-id: 3d07f2e6f8ed4a21e0311ef4f675f2d41553b619
  • Loading branch information
vonovak authored and dsyang committed Apr 12, 2019
1 parent 9758dd6 commit 2162b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNTester/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ When developing E2E tests, you may want to run in development mode, so that chan

You will also need to have Metro Bundler running in another terminal. Note that if you've previously run the E2E tests in release mode, you may need to delete the `RNTester/build` folder before rerunning `detox build`.

## Built from source
## Building from source

Building the app on both iOS and Android means building the React Native framework from source. This way you're running the latest native and JS code the way you see it in your clone of the github repo.

Expand Down

0 comments on commit 2162b45

Please sign in to comment.