mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-18 13:48:58 +02:00
fix: pleas -> please (#1706)
This commit is contained in:
parent
fb711b4d4a
commit
705eee654f
@ -51,7 +51,7 @@ if(unleash.isEnabled("AwesomeFeature")) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Pleas note the client SDK will synchronize with the Unleash-hosted API on initialization, and thus it can take a few milliseconds the first time before the client has the correct state. You can use the _synchronousFetchOnInitialisation_ option to block the client until it has successfully synced with the server.
|
Please note the client SDK will synchronize with the Unleash-hosted API on initialization, and thus it can take a few milliseconds the first time before the client has the correct state. You can use the _synchronousFetchOnInitialisation_ option to block the client until it has successfully synced with the server.
|
||||||
|
|
||||||
Read more about the [Unleash architecture](https://www.unleash-hosted.com/articles/our-unique-architecture) to learn how it works in more details
|
Read more about the [Unleash architecture](https://www.unleash-hosted.com/articles/our-unique-architecture) to learn how it works in more details
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user