Skip to content

Commit d6ba4be

Browse files
authored
Merge pull request #1169 from echernyavskiy/patch-1
Fix typo in GrumPHPPlugin.php
2 parents 7ea467d + 1dc2b53 commit d6ba4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Composer/GrumPHPPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ private function guardPluginIsEnabled(): bool
210210
private function runGrumPhpCommand(string $command): void
211211
{
212212
if (!$grumphp = $this->detectGrumphpExecutable()) {
213-
$this->pluginErrored('no-exectuable');
213+
$this->pluginErrored('no-executable');
214214
return;
215215
}
216216

0 commit comments

Comments
 (0)