From d2d0a91485a47e8f7d5c1c7ba3a2bffe4359daf7 Mon Sep 17 00:00:00 2001 From: nickcox Date: Fri, 25 Nov 2016 14:49:27 +1100 Subject: [PATCH] Update ReadMe.md Fix minor typo. --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 9b73266..fd98138 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -21,7 +21,7 @@ This warning ensures you have the AssemblyTitleAttribute present and a filled ou #### [CatchBlocksShouldRethrow](http://code.wintellect.com/Wintellect.Analyzers/WebPages/Wintellect014-CatchBlocksShouldRethrow.html) #### This informational analyzer will report when you have a catch block that eats an exception. Because exception handling is so hard -to get right, this notification is important to remind you too look at those catch blocks. +to get right, this notification is important to remind you to look at those catch blocks. ## Documentation Analyzers ## #### [ExceptionDocumentationMissing](http://code.wintellect.com/Wintellect.Analyzers/WebPages/Wintellect010-ExceptionDocumentationMissing.html) ####