From 021418539fabb875157f02ff8d38a940819bc29c Mon Sep 17 00:00:00 2001 From: Joe Stead Date: Mon, 20 Nov 2017 10:51:22 +0000 Subject: [PATCH] Couple of typo fixes :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 945dd4e..f2f2946 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The current output was good for C# 1.0; but has become progressively worse since ### Make error logs more productive -Output the modern C# 7.0 features in stack traces in an understable fashion that looks like the source code that generated them. +Output the modern C# 7.0 features in stack traces in an understandable fashion that looks like the source code that generated them. [![Demystified stacktrace](https://aoa.blob.core.windows.net/aspnet/stacktrace-demystified.png)](https://aoa.blob.core.windows.net/aspnet/stacktrace-demystified.png) @@ -157,4 +157,4 @@ Which is far less helpful, and close to jibberish in places Do not match code, output as `Int64`, `Boolean`, `String` rather than `long`, `bool`, `string` * **return types** - Skipped entirely from method signiture + Skipped entirely from method signature