Skip to content

Commit 7eb876e

Browse files
yoichitgyfacebook-github-bot
authored andcommitted
Fix a typo in IntegrationWithExistingApps.md.
Summary: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [x] (N/A) Match the **code formatting** of the rest of the codebase. - [x] Target the `master` branch, NOT a "stable" branch. Fixed a typo in documentation `IntegrationWithExistingApps.md`. `"Your should see"` -> `"You should see"` **Screenshots** Before: <img width="702" alt="screen shot 2017-05-10 at 12 31 53" src="https://cloud.githubusercontent.com/assets/965994/25917480/13d4bbde-357d-11e7-8977-5e5c2f43e3b9.png"> After: <img width="699" alt="screen shot 2017-05-10 at 12 33 34" src="https://cloud.githubusercontent.com/assets/965994/25917494/1a0e4c40-357d-11e7-9ba7-8e418e2e3280.png"> Closes #13903 Differential Revision: D5044045 Pulled By: javache fbshipit-source-id: fa4355cb26cae7de1b7fa12c3afbe9d39d7f230e
1 parent 36405d1 commit 7eb876e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/IntegrationWithExistingApps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ After you have created your `Podfile`, you are ready to install the React Native
261261
$ pod install
262262
```
263263

264-
Your should see output such as:
264+
You should see output such as:
265265

266266
```bash
267267
Analyzing dependencies

0 commit comments

Comments
 (0)