Browse Source

fixed typo (and auto whitespace)

Rob Bast 9 years ago
parent
commit
adc3e3a7f2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/03-cli.md

+ 3 - 3
doc/03-cli.md

@@ -87,7 +87,7 @@ resolution.
   installing a package, you can use `--dry-run`. This will simulate the
   installation and show you what would happen.
 * **--dev:** Install packages listed in `require-dev` (this is the default behavior).
-* **--no-dev:** Skip installing packages listed in `require-dev`. The autoloader 
+* **--no-dev:** Skip installing packages listed in `require-dev`. The autoloader
   generation skips the `autoload-dev` rules.
 * **--no-autoloader:** Skips autoloader generation.
 * **--no-scripts:** Skips execution of scripts defined in `composer.json`.
@@ -302,7 +302,7 @@ to limit output to suggestions made by those packages only.
 
 ### Options
 
-* **--no-dev:** Exludes suggestions from `require-dev` packages.
+* **--no-dev:** Excludes suggestions from `require-dev` packages.
 * **-v[v]:** Increased verbosity adds suggesting package name (`-v`) and
   reason for suggestion (`-vv`).
 
@@ -387,7 +387,7 @@ sudo composer self-update
 ### Options
 
 * **--rollback (-r):** Rollback to the last version you had installed.
-* **--clean-backups:** Delete old backups during an update. This makes the 
+* **--clean-backups:** Delete old backups during an update. This makes the
   current version of Composer the only backup available after the update.
 
 ## config