File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Aloha/Twilio/Commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments