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) ####