From 7d0e4d7ae3293446e3fc4002773edbe012fa4669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Sun, 19 Nov 2017 12:37:32 -0800 Subject: [PATCH] Fix typo (#4825) --- aspnetcore/fundamentals/logging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/logging/index.md b/aspnetcore/fundamentals/logging/index.md index 37eba3bd8e..fda0315d75 100644 --- a/aspnetcore/fundamentals/logging/index.md +++ b/aspnetcore/fundamentals/logging/index.md @@ -338,7 +338,7 @@ There is a minimum level setting that takes effect only if no rules from configu [!code-csharp[](index/sample2/Program.cs?name=snippet_MinLevel&highlight=3)] -IF you don't explicitly set the minimum level, the default value is `Information`, which means that `Trace` and `Debug` logs are ignored. +If you don't explicitly set the minimum level, the default value is `Information`, which means that `Trace` and `Debug` logs are ignored. **Filter functions**