Skip to content

Commit a884771

Browse files
committed
Fix typos
1 parent badf44a commit a884771

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Account/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ protected function get($url)
291291
/**
292292
* Generates an appropriate Exception message and object based on HTTP response
293293
* This has a bit of logic to it since different error messages have a different
294-
* reponse format.
294+
* response format.
295295
*
296296
* @return Exception
297297
*/

src/Message/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public function setNetwork($network)
109109
/**
110110
* The duration in milliseconds the delivery of an SMS will be attempted
111111
* By default this is set to 72 hours, but can be overridden if needed.
112-
* Nexmo recommends no shorter than 30 minutes, and to keep at deafult
112+
* Nexmo recommends no shorter than 30 minutes, and to keep at default
113113
* when possible.
114114
*
115115
* @param int $ttl

0 commit comments

Comments
 (0)