Browse Source

Fixed "compatibile" is a misspelling of "compatible"

itosho 7 years ago
parent
commit
9fa74a3349
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Console/CommandRunner.php

+ 1 - 1
src/Console/CommandRunner.php

@@ -298,7 +298,7 @@ class CommandRunner implements EventDispatcherInterface
     /**
      * Resolve the command name into a name that exists in the collection.
      *
-     * Apply backwards compatibile inflections and aliases.
+     * Apply backwards compatible inflections and aliases.
      *
      * @param \Cake\Console\CommandCollection $commands The command collection to check.
      * @param \Cake\Console\ConsoleIo $io ConsoleIo object for errors.