Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 7dd0c09

Browse files
author
Julien Neuhart
committed
typo in README
1 parent 8b87ff3 commit 7dd0c09

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
@@ -63,7 +63,7 @@ class YourAwesomeClass {
6363
$response = $client->post($request);
6464

6565
} catch (RequestException $e) {
66-
# this exception is thrown is given paper size or margins are not correct.
66+
# this exception is thrown if given paper size or margins are not correct.
6767
} catch (ClientException $e) {
6868
# this exception is thrown by the client if the API has returned a code != 200.
6969
} catch (\Exception $e) {

0 commit comments

Comments
 (0)