From 34eb73f124307185d4cf34eb573215cfc14582bd Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:51:07 +0100 Subject: [PATCH] Update docs/sdks/dot_net.md --- docs/sdks/dot_net.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdks/dot_net.md b/docs/sdks/dot_net.md index d51b550db0..dc28086584 100644 --- a/docs/sdks/dot_net.md +++ b/docs/sdks/dot_net.md @@ -25,7 +25,7 @@ dotnet add package unleash.client ## Step 2: Create a new Unleash Instance -Next must must initialize a new instance of the Unleash Client. +Next we must initialize a new instance of the Unleash Client. ```java var settings = new UnleashSettings()