Skip to content

Commit 061b4a2

Browse files
authored
Merge pull request #173 from zaporylie/patch-4
Remove redundant "then"
2 parents ecf871c + d23c51c commit 061b4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $sparky = new SparkPost($httpClient, ['key'=>'YOUR_API_KEY']);
111111
* Required: No
112112
* Type: `Boolean`
113113
* Default: `false`
114-
* If `debug` is true, then then all `SparkPostResponse` and `SparkPostException` instances will return any array of the request values through the function `getRequest`
114+
* If `debug` is true, then all `SparkPostResponse` and `SparkPostException` instances will return any array of the request values through the function `getRequest`
115115

116116
## Methods
117117
### request(method, uri [, payload [, headers]])

0 commit comments

Comments
 (0)