Browse Source

Remove unnecessary space

Carlos Buenosvinos 5 years ago
parent
commit
8e5f80ed71
1 changed files with 1 additions and 1 deletions
  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