Skip to content

Commit a8fc75d

Browse files
authored
Update articles/communication-services/quickstarts/chat/includes/meeting-interop-javascript.md
1 parent 95d9923 commit a8fc75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/chat/includes/meeting-interop-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ var displayName = call.remoteParticipants.find(p => p.identifier.communicationUs
339339
340340
## Run the code
341341
342-
webpack users can use the `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local webserver:
342+
Use the `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local webserver:
343343
344344
```console
345345
npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool inline-source-map

0 commit comments

Comments
 (0)