Skip to content

Commit 19f1d07

Browse files
Term fix 3
1 parent 8420118 commit 19f1d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async function init() {
8484
8585
## Start a call to 933 test call service
8686

87-
Add the following code to your **client.js** 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.
87+
Add the following code to your **client.js** 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.
8888

8989
```javascript
9090
emergencyButton.addEventListener("click", () => {

0 commit comments

Comments
 (0)