diff --git a/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs b/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs index d9fb8d4b11..d254be4e60 100644 --- a/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs +++ b/src/Microsoft.AspNetCore.Razor.Tools/ServerProtocol/ServerConnection.cs @@ -36,7 +36,7 @@ namespace Microsoft.AspNetCore.Razor.Tools } catch { - // In the case an exception occured trying to open the Mutex then + // In the case an exception occurred trying to open the Mutex then // the assumption is that it's not open. } @@ -387,4 +387,4 @@ namespace Microsoft.AspNetCore.Razor.Tools public static bool IsWindows => Path.DirectorySeparatorChar == '\\'; public static bool IsUnix => Path.DirectorySeparatorChar == '/'; } -} \ No newline at end of file +}