소스 검색

Merge pull request #8703 from carlosbuenosvinos/patch-1

Remove unnecessary space
Jordi Boggiano 5 년 전
부모
커밋
379383cd80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/01-basic-usage.md

+ 1 - 1
doc/01-basic-usage.md

@@ -241,7 +241,7 @@ be in your project root, on the same level as `vendor` directory is. An example
 filename would be `src/Foo.php` containing an `Acme\Foo` class.
 
 After adding the [`autoload`](04-schema.md#autoload) field, you have to re-run
-this command :
+this command:
 
 ```sh
 php composer.phar dump-autoload