From 85070c0afd585a62740a4a0386c4e4629fc1cd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20T=C3=BDc?= Date: Sat, 10 Oct 2020 12:01:58 +0200 Subject: [PATCH] Fixed a white-space typo A colon has been wrapped to a next line due to a redundant space. --- doc/articles/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/plugins.md b/doc/articles/plugins.md index 39974e469..28b7c1475 100644 --- a/doc/articles/plugins.md +++ b/doc/articles/plugins.md @@ -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