Skip to content

Commit 92266dc

Browse files
committed
Fix typos
1 parent a73493f commit 92266dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"type": "string",
9898
"example": "SPTBXPQFKRNB2NEKBNXJ42KON6VMVME7M82IK5JX3JX7HISC34KU2LVNC4NVXLLB"
9999
},
100-
"description": "The recurring payment tokens. Provided only for the inital recurring payment."
100+
"description": "The recurring payment tokens. Provided only for the initial recurring payment."
101101
}
102102
}
103103
}
@@ -232,7 +232,7 @@
232232
"items": {
233233
"$ref": "#/components/schemas/Method"
234234
},
235-
"description": "Possible valies: CARD, WIRE or EAM."
235+
"description": "Possible values: CARD, WIRE or EAM."
236236
},
237237
"timeout": {
238238
"type": "string",

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function client(): ClientInterface
6767
{
6868
$stack = HandlerStack::create();
6969

70-
// Siganture Header middleware
70+
// Signature Header middleware
7171
// Form data middleware
7272

7373
$client = new Http([

0 commit comments

Comments
 (0)