From c35a40c2c40ed31bf05344911b6f0936feae1f67 Mon Sep 17 00:00:00 2001 From: Rafael Staib Date: Fri, 24 Nov 2017 12:58:59 +0100 Subject: [PATCH] Fixed a typo within the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab9caf..6d048f4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ EventSourceAnalyzer analyzer = new EventSourceAnalyzer(); Report report = analyzer.Inspect(eventSource); ``` -The report contains all the important information we need. If we want to know whether the event schema contains any errors, we dan do so by checking the `HasErrors` property. +The report contains all the important information we need. If we want to know whether the event schema contains any errors, we can do so by checking the `HasErrors` property. ### Automated Test Example