Skip to content

Commit d4b0b7f

Browse files
authored
Updated key format
1 parent 7115b44 commit d4b0b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/Language/BingSpellCheckv7.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Program
2121
static string mode = "proof";
2222

2323
// NOTE: Replace this example key with a valid subscription key.
24-
static string key = "INSERT API KEY";
24+
static string key = Environment.GetEnvironmentVariable("BING_SPELL_CHECK_SUBSCRIPTION_KEY");
2525

2626
static string text = "Hollo, wrld!";
2727

0 commit comments

Comments
 (0)