From d5dbe5743a57a18908acf578629c4a996379f342 Mon Sep 17 00:00:00 2001 From: Frank van den Brink Date: Fri, 26 Aug 2016 11:14:08 +0200 Subject: [PATCH] Fixed typo in --minor-only option documentation --- doc/03-cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 896179dad..2719959bc 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -332,7 +332,7 @@ php composer.phar show monolog/monolog 1.0.2 * **--name-only (-N):** List package names only. * **--path (-P):** List package paths. * **--outdated (-o):** Implies --latest, but this lists *only* packages that have a newer version available. -* **--minor-only (-m):** Use with --latest. Only shows packages that have minor SemVer-compatiable updates. +* **--minor-only (-m):** Use with --latest. Only shows packages that have minor SemVer-compatible updates. * **--direct (-D):** Restricts the list of packages to your direct dependencies. ## outdated @@ -352,7 +352,7 @@ The color coding is as such: * **--all (-a):** Show all packages, not just outdated (alias for `composer show -l`). * **--direct (-D):** Restricts the list of packages to your direct dependencies. -* **--minor-only (-m):** Only shows packages that have minor SemVer-compatiable updates. +* **--minor-only (-m):** Only shows packages that have minor SemVer-compatible updates. ## browse / home