Skip to content

Commit f516b79

Browse files
Merge pull request #935 from GetStream/mads/doc-fixes
docs: Fix syntax error in example
2 parents a152ecf + d369466 commit f516b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/reactnative/basics/hello_stream_chat.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For the purpose of this guide you should create a `channel` as you see fit utili
127127
* Channel created using a members list
128128
*/
129129
const channel = client.channel('messaging', {
130-
members: ['jlahey', 'rlafleur']
130+
members: ['jlahey', 'rlafleur'],
131131
name: 'The Park',
132132
});
133133
```

0 commit comments

Comments
 (0)