diff --git a/docs/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md b/docs/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md index e95582942..a5dd7e29d 100644 --- a/docs/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md +++ b/docs/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md @@ -9,7 +9,7 @@ import RuniOSSimulatorScreenshot from '/img/gitbook-import/assets/image (34).png Please ensure you have followed the guide [Building Cross-Platform Applications](../../building-cross-platform-applications). -Assuming you have created a project called `HelloWord`. Enter the directory `HelloWorld.iOS` from the command line. +Assuming you have created a project called `HelloWorld`. Enter the directory `HelloWorld.iOS` from the command line. To build the project for iOS run the following command. diff --git a/docs/guides/platforms/rpi/running-your-app-on-a-raspberry-pi.md b/docs/guides/platforms/rpi/running-your-app-on-a-raspberry-pi.md index 43e32abd7..09af6a2fe 100644 --- a/docs/guides/platforms/rpi/running-your-app-on-a-raspberry-pi.md +++ b/docs/guides/platforms/rpi/running-your-app-on-a-raspberry-pi.md @@ -11,7 +11,7 @@ Flash 8GB SD Card with Raspbian Stretch (2018-11-13). `BelenaEtcher` is a nice t Plug in the card and start the `Raspberry Pi`. -You can follow [this guide](https://blogs.msdn.microsoft.com/david/2017/07/20/setting\_up\_raspian\_and\_dotnet\_core\_2\_0\_on\_a\_raspberry\_pi/), next steps are summarized below. +You can follow [this guide](https://blogs.msdn.microsoft.com/david/2017/07/20/setting_up_raspian_and_dotnet_core_2_0_on_a_raspberry_pi/), next steps are summarized below. ### Step 2 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md index a03d13487..0b6420647 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/platforms/ios/build-and-run-your-application-on-a-simulator.md @@ -9,7 +9,7 @@ import RuniOSSimulatorScreenshot from '/img/gitbook-import/assets/image (34).png 请确保您已经按照[构建跨平台应用程序](../../building-cross-platform-applications)指南的步骤进行操作。 -假设您已经创建了一个名为`HelloWord`的项目。请在命令行中进入`HelloWorld.iOS`目录。 +假设您已经创建了一个名为`HelloWorld`的项目。请在命令行中进入`HelloWorld.iOS`目录。 要为iOS构建该项目,请运行以下命令。 diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md index e39f4c946..5d95dd9f4 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md @@ -5,7 +5,7 @@ title: Build and run your Application on a Simulator Please ensure you have followed the guide [create-a-cross-platform-solution.md](../create-a-cross-platform-solution.md "mention"). -Assuming you have created a project called `HelloWord`. Enter the directory `HelloWorld.Android` from the command line. +Assuming you have created a project called `HelloWorld`. Enter the directory `HelloWorld.Android` from the command line. To build the project for Android run the following command. diff --git a/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md b/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md index 863e62c3f..51958852c 100644 --- a/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md +++ b/i18n/zh-Hans/docusaurus-plugin-content-docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md @@ -7,7 +7,7 @@ import SimulatoriPadScreenshot from '/img/tutorials/developing-for-mobile/ios/bu Please ensure you have followed the guide [create-a-cross-platform-solution.md](../create-a-cross-platform-solution.md "mention"). -Assuming you have created a project called `HelloWord`. Enter the directory `HelloWorld.iOS` from the command line. +Assuming you have created a project called `HelloWorld`. Enter the directory `HelloWorld.iOS` from the command line. To build the project for iOS run the following command. diff --git a/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md b/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md index e39f4c946..5d95dd9f4 100644 --- a/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md +++ b/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/android/build-and-run-your-application-on-a-simulator.md @@ -5,7 +5,7 @@ title: Build and run your Application on a Simulator Please ensure you have followed the guide [create-a-cross-platform-solution.md](../create-a-cross-platform-solution.md "mention"). -Assuming you have created a project called `HelloWord`. Enter the directory `HelloWorld.Android` from the command line. +Assuming you have created a project called `HelloWorld`. Enter the directory `HelloWorld.Android` from the command line. To build the project for Android run the following command. diff --git a/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md b/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md index 863e62c3f..51958852c 100644 --- a/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md +++ b/versioned_docs/version-0.10.x/tutorials/developing-for-mobile/ios/build-and-run-your-application-on-a-simulator.md @@ -7,7 +7,7 @@ import SimulatoriPadScreenshot from '/img/tutorials/developing-for-mobile/ios/bu Please ensure you have followed the guide [create-a-cross-platform-solution.md](../create-a-cross-platform-solution.md "mention"). -Assuming you have created a project called `HelloWord`. Enter the directory `HelloWorld.iOS` from the command line. +Assuming you have created a project called `HelloWorld`. Enter the directory `HelloWorld.iOS` from the command line. To build the project for iOS run the following command.