Skip to content

Commit 1f477b8

Browse files
committed
Merge pull request #218 from clarkeash/patch-1
fix typo - missing bracket
2 parents c4fb5fe + 657fb9d commit 1f477b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/two_factor_authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```php
88
try {
99
$authorization = $github->api('authorizations')->create();
10-
} catch (Github\Exception\TwoFactorAuthenticationRequiredException $e {
10+
} catch (Github\Exception\TwoFactorAuthenticationRequiredException $e) {
1111
echo sprintf("Two factor authentication of type %s is required.", $e->getType());
1212
}
1313
```

0 commit comments

Comments
 (0)