Skip to content

Commit afd306a

Browse files
Update docusaurus/docs/reactnative/guides/channel_background_customization.mdx
Co-authored-by: Mads Røskar <[email protected]>
1 parent 1ed54ff commit afd306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/reactnative/guides/channel_background_customization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ const styles = StyleSheet.create({
228228
```
229229

230230
:::note
231-
Be aware of the fact that channel preferences was implemented with MMKV, a key-value storage framework.
232-
There are alternative approaches to achieve the same goal, for example by saving the channel preferences as [custom data](https://getstream.io/chat/docs/javascript/channel_update/?language=javascript) on Stream's channel object.
231+
Be aware of the fact that channel preferences were implemented with MMKV, a key-value storage framework.
232+
There are alternative approaches to achieving the same goal, such as saving the channel preferences as [custom data](https://getstream.io/chat/docs/javascript/channel_update/?language=javascript) on Stream's channel object.
233233
:::
234234

235235
### Add a configuration button

0 commit comments

Comments
 (0)