From 9b2d86fc1fe6d421c68b291b27979664691e8b67 Mon Sep 17 00:00:00 2001 From: David Vivier Date: Mon, 24 Sep 2018 16:26:40 +0200 Subject: [PATCH] Correct a very small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d02598..40c05d4 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Give a try, use the included `testcases.php` to generate a report: Critical tests look for issues that will cause broken code, compilation errors, or otherwise create code that works in unintended manors. ## Nuance -Nuance tests look for issues that might cause silent underisable code behavior. These tests can report many false positives as they can not determine the intent of the code being checked. +Nuance tests look for issues that might cause silent undesirable code behavior. These tests can report many false positives as they can not determine the intent of the code being checked. ## Syntax A basic command line based syntax checker that checks all files for standard syntax issues. This is useful for double checking work after making many mass find and replace operations. Please note that syntax checking adds a significant increase to processing time especially for large code bases. To run without syntax checking use the -t option and omit syntax; -t="critical,nuance"