We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7115b44 commit d4b0b7fCopy full SHA for d4b0b7f
dotnet/Language/BingSpellCheckv7.cs
@@ -21,7 +21,7 @@ class Program
21
static string mode = "proof";
22
23
// NOTE: Replace this example key with a valid subscription key.
24
- static string key = "INSERT API KEY";
+ static string key = Environment.GetEnvironmentVariable("BING_SPELL_CHECK_SUBSCRIPTION_KEY");
25
26
static string text = "Hollo, wrld!";
27
0 commit comments