1
0
Fork 0

Merge pull request #9276 from jaroslavtyc/patch-1

Fixed a white-space typo
pull/9278/head
Jordi Boggiano 2020-10-12 07:20:28 +02:00 committed by GitHub
commit bf80e337b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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