Skip to content

Commit 6442024

Browse files
authored
Acrolinx and list fixes
1 parent 4086df8 commit 6442024

File tree

2 files changed

+4
-4
lines changed
  • articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat

2 files changed

+4
-4
lines changed

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ In the *app/src/main/res/layout/activity_main.xml* layout file, add the followin
136136

137137
- Download an icon from [here](https://github.com/microsoft/fluentui-system-icons/blob/master/android/library/src/main/res/drawable/ic_fluent_chat_24_regular.xml).
138138
- Save it to the *UILibraryQuickStart/app/src/main/res/drawable*
139-
- Open it and chage `android:fillColor` to the `@color/white`
139+
- Open it and change `android:fillColor` to the `@color/white`
140140

141141
## Initialize the composites
142142

143143
To initialize the Call composite:
144144

145-
1. Go to `MainActivity` and update connection settings:
145+
- Go to `MainActivity` and update connection settings:
146146
- Replace `TEAM_MEETING_LINK` with the Teams meeting link.
147147
- Replace `ACS_ENDPOINT` with your ACS resource's endpoint.
148148
- Replace `DISPLAY_NAME` with your name.

articles/communication-services/quickstarts/ui-library/includes/get-started-calling-with-chat/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ In the Xcode project, under **Build Settings**, set the **Enable Bitcode** optio
8686
### Download a Chat Icon
8787

8888
- Download an icon from [here](https://github.com/microsoft/fluentui-system-icons/blob/master/assets/Chat/SVG/ic_fluent_chat_24_regular.svg).
89-
- Open downloaded file and chage `fill` to the `fill="#FFFFFF"`.
89+
- Open downloaded file and change `fill` to the `fill="#FFFFFF"`.
9090
- In the Xcode go to Assets. Create a new image set and name it ic_fluent_chat_24_regular. Select downloaded file as universal icon.
9191

9292
## Initialize the composite
9393

9494
To initialize the composite:
9595

96-
1. Go to `ViewController` and update connection settings:
96+
- Go to `ViewController` and update connection settings:
9797
- Replace `TEAM_MEETING_LINK` with the Teams meeting link.
9898
- Replace `ACS_ENDPOINT` with your ACS resource's endpoint.
9999
- Replace `DISPLAY_NAME` with your name.

0 commit comments

Comments
 (0)