diff --git a/GettingStarted.cs b/GettingStarted.cs index ffd55c9..139f7cb 100644 --- a/GettingStarted.cs +++ b/GettingStarted.cs @@ -79,7 +79,7 @@ public async Task CreateQueueAsync(string queueName) } catch { - Console.WriteLine("If you are running with the default configuration please make sure you have started the storage emulator. ess the Windows key and type Azure Storage to select and run it from the list of applications - then restart the sample."); + Console.WriteLine("If you are running with the default configuration please make sure you have started the storage emulator. Press the Windows key and type Azure Storage to select and run it from the list of applications - then restart the sample."); Console.ReadLine(); throw; }