From b48c36983691c393d28c377bd6057d16567e94ff Mon Sep 17 00:00:00 2001 From: Romanenko Alexey Date: Wed, 6 Aug 2014 08:12:04 +0700 Subject: [PATCH] fix docs --- src/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/functions.php b/src/functions.php index 53a943b5..4165090b 100644 --- a/src/functions.php +++ b/src/functions.php @@ -101,7 +101,7 @@ function run($command, $raw = false) } /** - * Execute commands og local machine. + * Execute commands on local machine. * @param string $command Command to run locally. * @return string Output of command. */ @@ -317,4 +317,4 @@ function env() function config() { return env()->getConfig(); -} \ No newline at end of file +}