Skip to content

Commit 45b777e

Browse files
committed
docs: minor fix
1 parent 515d3e9 commit 45b777e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/stream-chat-angular/src/lib/channel.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class ChannelService<
7474
*
7575
* Our platform documentation covers the topic of [channel events](https://getstream.io/chat/docs/javascript/event_object/?language=javascript#events) in depth.
7676
*
77-
* By default if an error occurs during channel load, the Observable will emit an error, which will close the stream. Users will reload the page to be able to reinitialize the `ChannelService`. If you don't want the streams to be closed, you can pass `options.keepAliveChannels$OnError = true` to the `init` method. In that case the `channelQueryState$` stream will emit the status of the latest channel load request.
77+
* By default if an error occurs during channel load, the Observable will emit an error, which will close the stream. Users will have to reload the page to be able to reinitialize the `ChannelService`. If you don't want the streams to be closed, you can pass `options.keepAliveChannels$OnError = true` to the `init` method. In that case the `channelQueryState$` stream will emit the status of the latest channel load request.
7878
*/
7979
channels$: Observable<Channel<T>[] | undefined>;
8080
/**

0 commit comments

Comments
 (0)