Skip to content

Commit 7105031

Browse files
authored
Update meeting-interop-features-file-attachment-javascript.md
1 parent c2faba4 commit 7105031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/chat-interop/includes/meeting-interop-features-file-attachment-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ That's all you need for handling file attachments. Next, let's run the code.
197197

198198
## Run the code
199199

200-
For Webpack, you can use the `webpack-dev-server` property to build and run your app. Run the following command to bundle your application host on a local webserver:
200+
For Webpack, you can use the `webpack-dev-server` property to build and run your app. Run the following command to bundle your application host on a local web server:
201201

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

0 commit comments

Comments
 (0)