From 68949a592248913b52bfd50036893553153fcddb Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Sun, 13 May 2018 16:28:39 +0300 Subject: [PATCH] Fix spelling (#814) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b1b4f449..a0c86716 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ following rules are enabled by default: * `gradle_no_task` – fixes not found or ambiguous `gradle` task; * `gradle_wrapper` – replaces `gradle` with `./gradlew`; * `grep_arguments_order` – fixes grep arguments order for situations like `grep -lir . test`; -* `grep_recursive` – adds `-r` when you trying to `grep` directory; +* `grep_recursive` – adds `-r` when you try to `grep` directory; * `grunt_task_not_found` – fixes misspelled `grunt` commands; * `gulp_not_task` – fixes misspelled `gulp` tasks; * `has_exists_script` – prepends `./` when script/binary exists; @@ -252,7 +252,7 @@ following rules are enabled by default: * `man_no_space` – fixes man commands without spaces, for example `mandiff`; * `mercurial` – fixes wrong `hg` commands; * `missing_space_before_subcommand` – fixes command with missing space like `npminstall`; -* `mkdir_p` – adds `-p` when you trying to create directory without parent; +* `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`; * `npm_missing_script` – fixes `npm` custom script name in `npm run-script