Skip to content

Commit a947866

Browse files
committed
grammar
1 parent 9d011c6 commit a947866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/VerifyInstall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function __invoke()
9191
array_walk($missingExtensions, function ($missingExtension) use ($style) {
9292
$style->error(
9393
sprintf(
94-
'The %s extension is missing - use your preferred package manager to install it',
94+
'The %s extension is missing - use your preferred package manager to install it.',
9595
$missingExtension
9696
)
9797
);

0 commit comments

Comments
 (0)