diff --git a/src/Drupal/Commands/pm/PmCommands.php b/src/Drupal/Commands/pm/PmCommands.php index ecca098646..78f36aaf3e 100644 --- a/src/Drupal/Commands/pm/PmCommands.php +++ b/src/Drupal/Commands/pm/PmCommands.php @@ -155,7 +155,7 @@ public function validateEnableModules(CommandData $commandData): void * * @command pm:uninstall * @param $modules A comma delimited list of modules. - * @aliases pmu,pm-uninstall + * @aliases un,pmu,pm-uninstall */ public function uninstall(array $modules): void { diff --git a/tests/unit/ArgsRemapperTest.php b/tests/unit/ArgsRemapperTest.php index 8d035a5336..3949be2a9f 100644 --- a/tests/unit/ArgsRemapperTest.php +++ b/tests/unit/ArgsRemapperTest.php @@ -29,7 +29,7 @@ public function testCommandAliases($argv, $expected) } /** - * Provides argumens for ::ArgsRemapper + * Provides arguments for ::ArgsRemapper */ public function argsProvider() {