diff --git a/docs/core/testing/mstest-analyzers/mstest0037.md b/docs/core/testing/mstest-analyzers/mstest0037.md index 13e620d58ed9d..0a93f85b6b712 100644 --- a/docs/core/testing/mstest-analyzers/mstest0037.md +++ b/docs/core/testing/mstest-analyzers/mstest0037.md @@ -48,7 +48,7 @@ There are multiple cases where you get this warning: Using `Assert.IsNull()` or `Assert.IsNotNull` is a better alternative. -In many cases, the better alternative provides better messages when they fail and are also easier to read. +In many cases, the better alternatives provide better messages when they fail and are also easier to read. ## How to fix violations