1
0
Fork 0

Fixing a typo in the scripts documentation

pull/3262/head
Jonathan Klein 2014-09-05 12:21:50 -04:00
parent ca8ce161e1
commit 7dadd22ea4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,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.