浏览代码

fixed typo (and auto whitespace)

Rob Bast 10 年之前
父节点
当前提交
adc3e3a7f2
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
   installing a package, you can use `--dry-run`. This will simulate the
   installation and show you what would happen.
   installation and show you what would happen.
 * **--dev:** Install packages listed in `require-dev` (this is the default behavior).
 * **--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.
   generation skips the `autoload-dev` rules.
 * **--no-autoloader:** Skips autoloader generation.
 * **--no-autoloader:** Skips autoloader generation.
 * **--no-scripts:** Skips execution of scripts defined in `composer.json`.
 * **--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
 ### 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
 * **-v[v]:** Increased verbosity adds suggesting package name (`-v`) and
   reason for suggestion (`-vv`).
   reason for suggestion (`-vv`).
 
 
@@ -387,7 +387,7 @@ sudo composer self-update
 ### Options
 ### Options
 
 
 * **--rollback (-r):** Rollback to the last version you had installed.
 * **--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.
   current version of Composer the only backup available after the update.
 
 
 ## config
 ## config