Skip to content

Commit 8420118

Browse files
Term fix 2
1 parent 0ba5ec3 commit 8420118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ self.callClient?.createCallAgent(userCredential: userCredential!, options: callA
8585
8686
## Start a call to 933 test call service
8787

88-
Add the following code to your **ContentView.swift** to add functionality to your emergency call button. For US only, a temporary Caller Id will be assigned for your emergency call despite of whether alternateCallerId param is provided or not.
88+
Add the following code to your **ContentView.swift** to add functionality to your emergency call button. For US only, a temporary Caller ID will be assigned for your emergency call despite of whether alternateCallerId param is provided or not.
8989

9090
```swift
9191
func emergencyCall() {
@@ -111,4 +111,4 @@ func emergencyCall() {
111111

112112
:::image type="content" source="../media/emergency-calling/emergency-calling-ios-app.png" alt-text="Screenshot of the completed iOS application.":::
113113

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

0 commit comments

Comments
 (0)