From 7dadd22ea4cfd52ea765a76723a21fc3db5b8d80 Mon Sep 17 00:00:00 2001 From: Jonathan Klein Date: Fri, 5 Sep 2014 12:21:50 -0400 Subject: [PATCH] Fixing a typo in the scripts documentation --- doc/articles/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index adbf07f6b..652a83db3 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -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.