Skip to content

Commit 3dd23d8

Browse files
committed
edit pass: emergency-calling-concept
1 parent 2e6ef01 commit 3dd23d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/communication-services/quickstarts/telephony/includes/emergency-calling-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ func emergencyCall() {
116116

117117
:::image type="content" source="../media/emergency-calling/emergency-calling-ios-app.png" alt-text="Screenshot of a completed iOS calling application.":::
118118

119-
Build and run your app on the iOS simulator by selecting **Product** > **Run** or by using the (⌘+R) keyboard shortcut. You can place a call to 933 by selecting the **933 Test Call** button.
119+
Build and run your app on the iOS simulator by selecting **Product** > **Run** or by using the ⌘+R keyboard shortcut. You can place a call to 933 by selecting the **933 Test Call** button.

articles/communication-services/quickstarts/telephony/includes/emergency-calling-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Use `webpack-dev-server` to build and run your app. Run the following command to
112112
npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool inline-source-map
113113
```
114114

115-
Open your browser and go to `http://localhost:8080/`. The completed JavaScript calling app appears.
115+
Open your browser and go to `http://localhost:8080/`. The completed web app appears.
116116

117117
:::image type="content" source="../media/emergency-calling/emergency-calling-web-app.png" alt-text="Screenshot of a completed JavaScript calling application.":::
118118

0 commit comments

Comments
 (0)