diff --git a/README.md b/README.md index f4fe4c5e..293a4783 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ following rules are enabled by default: * `missing_space_before_subcommand` – fixes command with missing space like `npminstall`; * `mkdir_p` – adds `-p` when you try to create a directory without parent; * `mvn_no_command` – adds `clean package` to `mvn`; -* `mvn_unknown_lifecycle_phase` – fixes misspelled lifecycle phases with `mvn`; +* `mvn_unknown_lifecycle_phase` – fixes misspelled life cycle phases with `mvn`; * `npm_missing_script` – fixes `npm` custom script name in `npm run-script