Skip to content

Commit 2aaa3e5

Browse files
committed
more acro fixes
1 parent b192667 commit 2aaa3e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/communication-services/tutorials/call-readiness/call-readiness-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It may be impossible to predict every issue or combination of issues that may ar
2626
- Only expose an issue if it's going to negatively impact the experience
2727
- Avoid making a user hunt for a resolution; Offer guided help to resolve the issue
2828

29-
Related to this tutorial is the Azure Communication Services [Network Testing Diagnostic Tool](../../concepts/developer-tools/network-diagnostic.md). Users can user the Network Testing Diagnostics Tool for further troubleshooting in customer support scenarios.
29+
Related to this tutorial is the Azure Communication Services [Network Testing Diagnostic Tool](../../concepts/developer-tools/network-diagnostic.md). Users can use the Network Testing Diagnostics Tool for further troubleshooting in customer support scenarios.
3030

3131
## Tutorial Structure
3232

articles/communication-services/tutorials/call-readiness/call-readiness-tutorial-part-1-browser-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ export const EnvironmentChecksComponent = (props: {
281281

282282
We can then add the `EnvironmentChecksComponent` to the `App.tsx`. The App then move the user to the _Device Checks_ stage once the test is successful using the `onTestsSuccessful` callback:
283283

284-
Now we will import the new component into our app in `App.tsx`
284+
Now we import the new component into our app in `App.tsx`
285285

286286
```ts
287287
import { EnvironmentChecksComponent } from './EnvironmentChecksComponent';

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
@@ -58,7 +58,7 @@ We can then add this DeviceSetup to our App.
5858

5959
- When the PreCallChecksComponent completes, it forwards the user to the `deviceSetup` state.
6060
- When the user is in the `deviceSetup` state, we render the `DeviceSetup` component.
61-
- When the device setup is complete, we forward the user to the `finished` state. In a production App, this forward is typically when you would move the user to a call screen.
61+
- When the device setup is complete, the user is forwarded to the `finished` state. In a production App, this forward is typically when you would move the user to a call screen.
6262

6363
First import the DeviceSetup component we created:
6464

0 commit comments

Comments
 (0)