From 32bc693412670d33999bc64daa8a6af7677fb84c Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Wed, 7 Dec 2016 10:59:28 -0800 Subject: [PATCH] missing hyphen noted by @charliethinker --- aspnetcore/fundamentals/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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