-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix linting issues on versioned docs
- Loading branch information
Showing
6 changed files
with
26 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,11 +30,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ const client = StreamChat.getInstance('api_key'); | |
**Usage of `StreamChat.getInstance()` available since [email protected].** | ||
|
||
<br /> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and retrieve | ||
it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
This new Singleton pattern allows you to instantiate a unique StreamChat client, i.e create a StreamChat instance and | ||
retrieve it wherever you need it on your app to perform API calls. After calling it once, any following <code> | ||
getInstance | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple StreamChat | ||
instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
</code> call will return the initial StreamChat instance. This will prevent you from accidentally creating multiple | ||
StreamChat instances, opening multiple WebSockets, and driving up your concurrent connections unnecessarily. | ||
<br /> | ||
<br /> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters