Skip to content

Commit 5dd4e42

Browse files
nit
1 parent 66a3ac9 commit 5dd4e42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/tutorials/calling-widget/calling-widget-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Then, you need to update the dependency array in the `package.json` to include s
107107
"@fluentui/react-icons": "~2.0.203",
108108
"@fluentui/react": "~8.98.3",
109109
```
110-
To install the needed packages run the following Node Package Manager command.
110+
To install the needed packages, run the following Node Package Manager command.
111111

112112
```bash
113113
npm install
@@ -538,7 +538,7 @@ export const CallingWidgetComponent = (
538538
);
539539
};
540540
```
541-
In the `CallAdapterOptions` we see some sound files referenced, these are to use the Calling Sounds feature in the `CallComposite`. If you are interested in using the sounds please see the completed code to [download the sound files](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/ui-library-click-to-call/public/sounds).
541+
In the `CallAdapterOptions`, we see some sound files referenced, these files are to use the Calling Sounds feature in the `CallComposite`. If you are interested in using the sounds, see the completed code to [download the sound files](https://github.com/Azure-Samples/communication-services-javascript-quickstarts/tree/main/ui-library-click-to-call/public/sounds).
542542

543543
#### 5. Style the widget
544544

0 commit comments

Comments
 (0)