Skip to content

Commit 6e8704c

Browse files
authored
Update meeting-interop-features-inline-image-receiving-javascript.md
1 parent 7105031 commit 6e8704c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/chat-interop/includes/meeting-interop-features-inline-image-receiving-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Now you've made all the changes you need to render inline images for messages th
310310

311311
### Run the code
312312

313-
Webpack users can use `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local webserver:
313+
Webpack users can use `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local web server:
314314

315315
```console
316316
npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool inline-source-map
@@ -437,7 +437,7 @@ That's it. Now run the code to see it in action.
437437

438438
### Run the code
439439

440-
Webpack users can use `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local webserver:
440+
Webpack users can use `webpack-dev-server` to build and run your app. Run the following command to bundle your application host on a local web server:
441441

442442
```console
443443
npx webpack-dev-server --entry ./client.js --output bundle.js --debug --devtool inline-source-map

0 commit comments

Comments
 (0)