diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 6dece97e9..31a5433f2 100644 --- a/doc/articles/scripts.md +++ b/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.