Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Correct a very small typo #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"