From 7eb876e2691d4c660f84a5e44e86fff85bd5154a Mon Sep 17 00:00:00 2001 From: Yoichi Tagaya Date: Tue, 16 May 2017 02:22:53 -0700 Subject: [PATCH] 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: screen shot 2017-05-10 at 12 31 53 After: screen shot 2017-05-10 at 12 33 34 Closes https://github.com/facebook/react-native/pull/13903 Differential Revision: D5044045 Pulled By: javache fbshipit-source-id: fa4355cb26cae7de1b7fa12c3afbe9d39d7f230e --- docs/IntegrationWithExistingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 414741a8f..c35a41056 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -261,7 +261,7 @@ After you have created your `Podfile`, you are ready to install the React Native $ pod install ``` -Your should see output such as: +You should see output such as: ```bash Analyzing dependencies