Skip to content

Commit 73fdac3

Browse files
committed
Fixed typo
1 parent f3390c3 commit 73fdac3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ frustration later on.
1717

1818
### Code reviews
1919
All submissions, including submissions by project members, require review. We
20-
use Github pull requests for this purpose.
20+
use GitHub pull requests for this purpose.
2121

2222
### The small print
2323
Contributions made by corporations are covered by a different agreement than

src/ReCaptcha/ReCaptcha.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class ReCaptcha
3939

4040
/**
4141
* Shared secret for the site.
42-
* @var type string
42+
* @var string
4343
*/
4444
private $secret;
4545

src/ReCaptcha/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class Response
3333
{
3434
/**
35-
* Succes or failure.
35+
* Success or failure.
3636
* @var boolean
3737
*/
3838
private $success = false;

0 commit comments

Comments
 (0)