Fixed a white-space typo

A colon has been wrapped to a next line due to a redundant space.
main
Jaroslav Týc 4 years ago committed by GitHub
parent 03b8c3db3f
commit 85070c0afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save