Skip to content

Commit aca887f

Browse files
authored
Merge pull request #125504 from changeworld/patch-141
Fix typo
2 parents 856d624 + a8fc75d commit aca887f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `--save` option lists the library as a dependency in your **package.json** f
5353

5454
## Set up the app framework
5555

56-
This quickstart uses Webpack to bundle the application assets. Run the following command to install the Webpack, webpack-cli and webpack-dev-server npm packages and list them as development dependencies in your **package.json**:
56+
This quickstart uses webpack to bundle the application assets. Run the following command to install the webpack, webpack-cli and webpack-dev-server npm packages and list them as development dependencies in your **package.json**:
5757

5858
```console
5959
@@ -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)