From 705eee654f7bf2f5c0c3fb300920374ef75e6f7a Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 14 Jun 2022 15:16:58 +0200 Subject: [PATCH] fix: pleas -> please (#1706) --- website/docs/sdks/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/java.md b/website/docs/sdks/java.md index cebc0f818a..f004b2756b 100644 --- a/website/docs/sdks/java.md +++ b/website/docs/sdks/java.md @@ -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