diff --git a/src/Illuminate/Console/Scheduling/Event.php b/src/Illuminate/Console/Scheduling/Event.php index 2be697dfd320..bec51e7c2ab2 100644 --- a/src/Illuminate/Console/Scheduling/Event.php +++ b/src/Illuminate/Console/Scheduling/Event.php @@ -75,7 +75,7 @@ class Event { protected $output = '/dev/null'; /** - * The e-mail addressses the command output should be sent to. + * The e-mail addresses the command output should be sent to. * * @var array */ @@ -507,7 +507,7 @@ public function everyTenMinutes() } /** - * Schedule the event to run every ten minutes. + * Schedule the event to run every thirty minutes. * * @return $this */