Skip to content

Commit b192667

Browse files
committed
remove plural
1 parent eb2bd1c commit b192667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/tutorials/call-readiness/call-readiness-tutorial-part-3-camera-microphone-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ const useCallClientStateChange = (): CallClientState => {
223223
#### Creating dropdowns to choose devices
224224

225225
To allow the user to choose their camera, microphone and speaker, we use the `Dropdown` component from Fluent UI React.
226-
We create new components that uses the hooks we created in `deviceSetupHooks.tsx` to populate the dropdown and update
226+
We create new components that use the hooks we created in `deviceSetupHooks.tsx` to populate the dropdown and update
227227
the chosen device when the user selects a different device from the dropdown.
228228
To house these new components, we create a file called `DeviceSelectionComponents.tsx` that export three new components: `CameraSelectionDropdown`, `MicrophoneSelectionDropdown` and `SpeakerSelectionDropdown`.
229229

0 commit comments

Comments
 (0)