Skip to content

Commit a8427bc

Browse files
authored
Merge pull request #2449 from microsoft/fix/readme-spelling-errors
Fix several translation errors in the readme file
2 parents 9331550 + c6d9e21 commit a8427bc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The full list of commands is:
111111
| --------------------------------------------- | ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
112112
| Launch Android Emulator | `reactNative.launchAndroidSimulator` | Prompts you to select the name of the available Android emulator and launch it. If only one emulator is installed in the system, it will be selected automatically |
113113
| Launch iOS Simulator | `reactNative.launchIOSSimulator` | Prompts you to select the available system version of the iOS simulator, then select the simulator name for the selected system and launch it. If only one simulator is installed in the system, it will be selected automatically |
114-
| Launch ExpoWeb | `reactNative.launchExpoWeb` | Check if the current project is an Expo project. If so, lanuch ExpoWeb. |
114+
| Launch ExpoWeb | `reactNative.launchExpoWeb` | Check if the current project is an Expo project. If so, launch ExpoWeb. |
115115
| Run Android on Emulator | `reactNative.runAndroidSimulator` | Run an Android application on Emulator. Launch order: check target platform support, load run arguments, start Packager, run app on the selected emulator. Make sure the `emulator` utility is added to `PATH` |
116116
| Run Android on Device | `reactNative.runAndroidDevice` | Run an Android application on Device. Launch order: check target platform support, load run arguments, start Packager, run app in all connected devices |
117117
| Run iOS on Simulator | `reactNative.runIosSimulator` | Run an iOS application on Simulator. Launch order: load run arguments, check target platform support, start Packager, run app in only one connected emulator |
@@ -123,7 +123,7 @@ The full list of commands is:
123123
| Stop Packager | `reactNative.stopPackager` | Stop Packager |
124124
| Restart Packager | `reactNative.restartPackager` | Restart Packager and clear the Packager's cache |
125125
| Publish To Expo | `reactNative.publishToExpHost` | Publish to Exponent Host. Launch order: login to exponent, execute `Run Expo` command, then publish app to host |
126-
| Show Dev Menu | `reactNative.showDevMenu` | Show development menu for running aplication on iOS or Android device or emulator |
126+
| Show Dev Menu | `reactNative.showDevMenu` | Show development menu for running application on iOS or Android device or emulator |
127127
| ReloadApp | `reactNative.reloadApp` | Reload an application |
128128
| Run Element Inspector | `reactNative.runInspector` | Load development tools for inspect application UI elements |
129129
| Stop Element Inspector | `reactNative.stopInspector` | Stop development tools for inspect application UI elements |
@@ -135,8 +135,8 @@ The full list of commands is:
135135
| Open the eas project in a web page | `reactNative.openEASProjectInWebPage` | Open EAS build in your EAS project portal |
136136
| Open react native upgrade helper in web page | `reactNative.openRNUpgradeHelper` | Open an official project upgrade tools in browser, support RN, RN for Windows, RN for MacOS |
137137
| Revert extension input in open package module | `reactNative.revertOpenModule` | Quickly revert some codes in Open Module which are changed by react-native-tools |
138-
| Run doctor | `reactNative.docter` | Execute react-native doctor to check basic environemt for react-native development |
139-
| Run expo doctor | `reactNative.ExpoDocter` | Execute expo docter to check basic environemt for Expo development |
138+
| Run doctor | `reactNative.doctor` | Execute react-native doctor to check basic environment for react-native development |
139+
| Run expo doctor | `reactNative.ExpoDoctor` | Execute expo doctor to check basic environment for Expo development |
140140
| Expo prebuild | `reactNative.expoPrebuild` | Create the android and ios directories for running your React code |
141141
| Expo prebuild cleanup | `reactNative.expoPrebuildClean` | Clean directories generated by prebuild |
142142
| Reopen QR Code in Expo | `reactNative.reopenQRCode` | Reopen expo generated QR code in webview |
@@ -167,7 +167,7 @@ To run React Native Tools commands via VS Code tasks, you can create a `.vscode/
167167

168168
# Customize metro configuration
169169

170-
Metro is a JavaScript bundler for React Native and include in React Native package. Metro configuration can be customized in `metro.config.js`.
170+
Metro is a JavaScript bundler for React Native and included in React Native package. Metro configuration can be customized in `metro.config.js`.
171171

172172
# Debugging React Native applications
173173

@@ -289,7 +289,7 @@ The extension provides experimental support of iOS direct debugging. See more in
289289

290290
For now the extension supports iOS direct debugging only on real iOS devices.
291291

292-
Since this scenario are using some 3rd party tools for the debugging process. Sometimes it may have limitation from upstream. We still recommend using **Hermes direct debugging** as a first choice.
292+
Since this scenarios are using some 3rd party tools for the debugging process. Sometimes it may have limitation from upstream. We still recommend using **Hermes direct debugging** as a first choice.
293293

294294
To be able to debug an iOS app directly, you need to install [ios-webkit-debug-proxy](https://github.com/google/ios-webkit-debug-proxy):
295295

@@ -331,7 +331,7 @@ You can verify if the environment is ready to use by `React Native: Run Expo Doc
331331

332332
### Debug on Expo Go
333333

334-
If you're using [Expo Go](https://expo.dev/expo-go), follow below steps tp start debugging Expo application:
334+
If you're using [Expo Go](https://expo.dev/expo-go), follow below steps to start debugging Expo application:
335335

336336
1. Open your project in VS Code with this extension installed.
337337
2. Add below configure in `launch.json`.
@@ -432,7 +432,7 @@ Expo using Hermes as default engine, you can switch engine on a specific platfor
432432
}
433433
```
434434

435-
**Note**: You maybe need to create developer account to run `eas build`. Any other issue or limitiation, please see [expo hermes ducomentation](https://docs.expo.dev/guides/using-hermes/).
435+
**Note**: You maybe need to create developer account to run `eas build`. Any other issue or limitation, please see [expo hermes documentation](https://docs.expo.dev/guides/using-hermes/).
436436

437437
### EAS Build initialization
438438

@@ -618,7 +618,7 @@ import { functionInUtils } from "../../packages/common/src/utils";
618618
}
619619
```
620620

621-
4. Launcn app and attach debugger
621+
4. Launch app and attach debugger
622622

623623
## Debugger configuration properties
624624

@@ -1085,7 +1085,7 @@ Before using the Network inspector, please make sure that your system meets the
10851085
- Linux: `sudo apt-get install openssl`
10861086
- (macOS only) [`idb`](https://fbidb.io/docs/installation/) utility is installed. It's required to interact with iOS physical devices
10871087

1088-
The Network inspector uses functional of the Flipper plugin integrated to React Native apps. Please make sure that it's enabled in your application. You can use [this guide](https://fbflipper.com/docs/getting-started/react-native/) to integate Flipper into your projects.
1088+
The Network inspector uses functional of the Flipper plugin integrated to React Native apps. Please make sure that it's enabled in your application. You can use [this guide](https://fbflipper.com/docs/getting-started/react-native/) to integrate Flipper into your projects.
10891089

10901090
### Network inspector usage
10911091

@@ -1119,7 +1119,7 @@ Here are the steps to run React Native debugging inside a Docker Container on a
11191119
-devcontainer.json
11201120
-Dockerfile
11211121
```
1122-
2. Сreate Dockerfile extending [reactnativecommunity/react-native-android image](https://hub.docker.com/r/reactnativecommunity/react-native-android). For example you can use the following Dockerfile:
1122+
2. Create Dockerfile extending [reactnativecommunity/react-native-android image](https://hub.docker.com/r/reactnativecommunity/react-native-android). For example you can use the following Dockerfile:
11231123

11241124
```
11251125
FROM reactnativecommunity/react-native-android:latest

0 commit comments

Comments
 (0)