Skip to content

Commit 4a43d91

Browse files
authored
Merge pull request #141 from cxj/patch-1
Fixes a couple of minor typographical errors.
2 parents dd4dd98 + af2e88a commit 4a43d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ interface Signer
197197
}
198198
```
199199

200-
After creating your signer, you can specify it's class name in the `signer` key of the `webhook-server` config file. Your signer will then be used by default in all webhook calls.
200+
After creating your signer, you can specify its class name in the `signer` key of the `webhook-server` config file. Your signer will then be used by default in all webhook calls.
201201

202202
You can also specify a signer for a specific webhook call:
203203

@@ -245,7 +245,7 @@ interface BackoffStrategy
245245
}
246246
```
247247

248-
You can make your custom strategy the default strategy by specifying it's fully qualified class name in the `backoff_strategy` of the `webhook-server` config file. Alternatively, you can specify a strategy for a specific webhook like this.
248+
You can make your custom strategy the default strategy by specifying its fully qualified class name in the `backoff_strategy` of the `webhook-server` config file. Alternatively, you can specify a strategy for a specific webhook like this.
249249

250250
```php
251251
WebhookCall::create()

0 commit comments

Comments
 (0)