Skip to content

Commit 580b4f4

Browse files
committed
docs: fix in hello_stream_chat.mdx
1 parent 5fa9f29 commit 580b4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/reactnative/basics/hello_stream_chat.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import summary from '../assets/basics/hello-stream-chat/summary.png'
1414
import thread from '../assets/basics/hello-stream-chat/thread.png'
1515

1616
Adding feature rich chat to a React Native application can be quite challenging when starting from scratch.
17-
There are many considerations, states, and edge cases that need need accounting for, styling, message grouping, read states, context menus, etc. all add to the complexity of the challenge.
17+
There are many considerations, states, and edge cases that need accounting for, styling, message grouping, read states, context menus, etc. all add to the complexity of the challenge.
1818
Stream Chat for React Native provides an easy to implement flexible solution.
1919

2020
Stream Chat for React Native provides a way to add chat to an existing or new application with very little code.
@@ -46,7 +46,7 @@ Typically, you send this token from your backend to the client when a user regis
4646
See the <!-- TODO: Change to new docs -->[Tokens & Authentication](https://getstream.io/chat/docs/javascript/tokens_and_authentication/) documentation to learn more about creating tokens.
4747
You can use a [developer token](https://getstream.io/chat/docs/javascript/tokens_and_authentication/?language=javascript#developer-tokens) if desired, but for the purpose of this guide it will be assumed you have created and retrieved a `user_token`.
4848

49-
To connect a user a the `connectUser` function should be called and provided with the user object and `user_token`.
49+
To connect a user the `connectUser` function should be called and provided with the user object and `user_token`.
5050
Connecting a user could be done in the login flow or elsewhere in the application after the client is instantiated.
5151

5252
```ts

0 commit comments

Comments
 (0)