Skip to content

Commit d369466

Browse files
committed
docs: Fix syntax error in example
1 parent e7a12f6 commit d369466

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)