Skip to content

Commit 150ddfb

Browse files
authored
Merge pull request #115757 from mariakbf/patch-1
Update video-calling-javascript.md
2 parents 3ffa915 + 3fa14e7 commit 150ddfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-calling/video-calling-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ module.exports = {
534534
Use the `webpack-dev-server` to build and run your app. Run the following command to bundle the application host in a local webserver:
535535

536536
```console
537-
`npx webpack serve --config webpack.config.js`
537+
npx webpack serve --config webpack.config.js
538538
```
539539

540540
Open your browser and on two tabs navigate to http://localhost:8080/.You should see the following screen:

0 commit comments

Comments
 (0)