Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Commit

Permalink
Minor typo fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed May 29, 2020
1 parent b54fee7 commit 92b23fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Here is the full array of [reCAPTCHA credentials](#set-up) to use depending on t

## Testing with Captchavel

When unit testing your application, this package [automatically fakes reCAPTCHA responses](#fake-responses) by setting.
When unit testing your application, this package [automatically fakes reCAPTCHA responses](#fake-responses).

> When mocking requests, there is no need to add any reCAPTCHA token or secrets in your tests.
Expand Down Expand Up @@ -280,7 +280,7 @@ $this->post('login', [

Alternatively, `fakeScore()` method that will fake any score you set.

> Fake responses don't come with action, hostnames or APK package names.
> Fake responses don't come with actions, hostnames or APK package names.
### Events

Expand Down

0 comments on commit 92b23fd

Please sign in to comment.