Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshreeputra committed Jan 31, 2022
1 parent 0499b3e commit ea8835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/pm/PmCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function enable(array $modules): void
return;
} elseif (array_values($todo) !== $modules) {
if(!in_array($modules, $todo_str)) {
$this->output()->writeln(dt('Requested module is lready enabled: !list', ['!list' => implode(', ', $modules)]));
$this->output()->writeln(dt('Requested module is already enabled: !list', ['!list' => implode(', ', $modules)]));
foreach($todo_str as $todo_module) {
$this->enable([$todo_module]);
}
Expand Down

0 comments on commit ea8835b

Please sign in to comment.