Skip to content

Commit 5cc409d

Browse files
Spelling mistakes
1 parent 6dd7639 commit 5cc409d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Aloha/Twilio/Commands/TwilioCallCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function fire()
3636
$from = $this->option('from');
3737
$url = $this->option('url');
3838

39-
// Set a default URL if we havent specified one since is mandatory.
39+
// Set a default URL if we haven't specified one since is mandatory.
4040
if(is_null($url)) {
4141
$url = 'http://demo.twilio.com/docs/voice.xml';
4242
}

src/Aloha/Twilio/Commands/TwilioSmsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function fire()
3535
// Grab the text option if specified
3636
$text = $this->option('text');
3737

38-
// If we havent specified a message, setup a default one
38+
// If we haven't specified a message, setup a default one
3939
if(is_null($text)) {
4040
$text = "This is a test message sent from the artisan console";
4141
}

0 commit comments

Comments
 (0)