diff --git a/ui-library-quickstart-composites/README.md b/ui-library-quickstart-composites/README.md index b20e5975..4dfd4eec 100644 --- a/ui-library-quickstart-composites/README.md +++ b/ui-library-quickstart-composites/README.md @@ -35,7 +35,7 @@ Feel free to style the composites to your desired size and layout inside of your ## Enable Rich Text Editor By default, the chat composite is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `app.tsx` file. - Change the value for `richTextEditorEnabled` to true. diff --git a/ui-library-quickstart-teams-interop-meeting-chat/README.md b/ui-library-quickstart-teams-interop-meeting-chat/README.md index e960fc60..d8921ee4 100644 --- a/ui-library-quickstart-teams-interop-meeting-chat/README.md +++ b/ui-library-quickstart-teams-interop-meeting-chat/README.md @@ -53,7 +53,7 @@ Feel free to style the composites to your desired size and layout inside of your ## Enable Rich Text Editor By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `App.tsx` file. - Change the value for `richTextEditorEnabled` to true. diff --git a/ui-library-quickstart-ui-components/README.md b/ui-library-quickstart-ui-components/README.md index d95e00ea..56e6b59a 100644 --- a/ui-library-quickstart-ui-components/README.md +++ b/ui-library-quickstart-ui-components/README.md @@ -28,7 +28,7 @@ Feel free to style the components to your desired size and layout inside of your ## Enable Rich Text Editor By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `ChatComponents.tsx` file. - Change the value for `richTextEditorEnabled` to true. diff --git a/ui-library-starting-with-chat-stateful/README.md b/ui-library-starting-with-chat-stateful/README.md index 9753e640..8327ed28 100644 --- a/ui-library-starting-with-chat-stateful/README.md +++ b/ui-library-starting-with-chat-stateful/README.md @@ -31,7 +31,7 @@ Feel free to style the composites to your desired size and layout inside of your ## Enable Rich Text Editor By default, this Quickstart is using the plain text editor for the SendBox component and the MessageThread component's edit function. - We also provide a Rich Text Editor which provides rich text formatting, table inserting etc. + We also provide a Rich Text Editor for rich text formatting, table inserting etc. To try it out: - Go to the `src` folder and find the `ChatComponentsStateful.tsx` file. - Change the value for `richTextEditorEnabled` to true.