Explorar o código

Merge pull request #3262 from jklein/patch-1

Fixing a typo in the scripts documentation
Jordi Boggiano %!s(int64=10) %!d(string=hai) anos
pai
achega
3d1a094535
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/articles/scripts.md

+ 1 - 1
doc/articles/scripts.md

@@ -63,7 +63,7 @@ For any given event:
 
 - Scripts execute in the order defined when their corresponding event is fired.
 - An array of scripts wired to a single event can contain both PHP callbacks
-and command-line executables commands.
+and command-line executable commands.
 - PHP classes containing defined callbacks must be autoloadable via Composer's
 autoload functionality.