Skip to content

Commit 69546db

Browse files
Update articles/communication-services/tutorials/calling-widget/calling-widget-js-tutorial.md
Co-authored-by: Victor Chapel <[email protected]>
1 parent 6bcf30f commit 69546db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/calling-widget/calling-widget-js-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Open a terminal or command prompt window in that directory and run the followin
192192
```bash
193193
npx http-server@latest -p 3000
194194
```
195-
This script using Node starts an HTTP server and host the `index.html` file and JavaScript bundle. In a browser open http://localhost:3000. You should see a white page with a button and when you click it you should see the following screen. **Note**, if you try to go to the page not using local host our calling experience will not work due to security reasons.
195+
This script using Node starts an HTTP server and hosts the `index.html` file and JavaScript bundle. In a browser open http://localhost:3000. You should see a white page with a button, and when you click it you should see the following screen. **Note**, if you try to go to the page not using local host, your calling experience won't work due to security reasons.
196196

197197
![Home page of js bundle sample app](../media/calling-widget/js-bundle-splash.png)
198198

0 commit comments

Comments
 (0)