From 70f58b3a8420cba28d71dc8cf46944e6a804ccfd Mon Sep 17 00:00:00 2001 From: Andreas Fauske Date: Thu, 19 May 2022 14:59:36 +0200 Subject: [PATCH] Update dot_net.md (#1598) Fixed a typo. --- website/docs/sdks/dot_net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/dot_net.md b/website/docs/sdks/dot_net.md index cb9c6e8511..e7046a2729 100644 --- a/website/docs/sdks/dot_net.md +++ b/website/docs/sdks/dot_net.md @@ -53,7 +53,7 @@ else } ``` -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 _SynchronousInitialization_ 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 _SynchronousInitialization_ option to block the client until it has successfully synced with the server. Read more about the [Unleash architecture](https://www.getunleash.io/blog/our-unique-architecture) to learn how it works in more details