Fixed a white-space typo
A colon has been wrapped to a next line due to a redundant space.pull/9276/head
parent
03b8c3db3f
commit
85070c0afd
|
@ -223,7 +223,7 @@ class Plugin implements PluginInterface, Capable
|
|||
### Command provider
|
||||
|
||||
The [`Composer\Plugin\Capability\CommandProvider`][9] capability allows to register
|
||||
additional commands for Composer :
|
||||
additional commands for Composer:
|
||||
|
||||
```php
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue