Skip to content

Commit

Permalink
fix: pleas -> please (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Jun 14, 2022
1 parent fb711b4 commit 705eee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/sdks/java.md
Expand Up @@ -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

Expand Down

0 comments on commit 705eee6

Please sign in to comment.