diff --git a/aspnetcore/fundamentals/logging.md b/aspnetcore/fundamentals/logging.md index 1676e1303c..0bc63846d3 100644 --- a/aspnetcore/fundamentals/logging.md +++ b/aspnetcore/fundamentals/logging.md @@ -122,7 +122,7 @@ ASP.NET Core defines the following [log levels](https://docs.microsoft.com/aspne * Information = 2 - For tracking the general flow of the application. These logs typically have some long term value. Example: `Request received for path /api/todo` + For tracking the general flow of the application. These logs typically have some long-term value. Example: `Request received for path /api/todo` * Warning = 3