Skip to content

Commit 6aa7aa0

Browse files
authored
Merge pull request #5 from greg0ire/patch-1
Proofread README
2 parents 9a0dfc8 + 3e7edba commit 6aa7aa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To use this extension you will have to add it under the `extensions` in your `be
3030

3131
### Default parameters
3232

33-
Out of the box this this extension has the following default parameters:
33+
Out of the box this extension has the following default parameters:
3434

3535
| parameter | value |
3636
|--------------------------------------------------|-----------------------|
@@ -58,7 +58,7 @@ You can overwrite any of these parameters in the `behat.yml` file as needed.
5858

5959
### Optional parameters
6060

61-
To prevent having use OAuth to retrieve an access token for each API call you can also specify an optional `access_token` in the parameters:
61+
To avoid having to use OAuth to retrieve an access token for each API call you can also specify an optional `access_token` in the parameters:
6262

6363
default:
6464
extensions:
@@ -141,7 +141,7 @@ In some cases you might want to override the base url for a specific suite. Belo
141141
extensions:
142142
Kielabokkie\BehatJsonApi: ~
143143

144-
You also need to add the folling to the constructor of your `FeatureContext.php` class.
144+
You also need to add the following to the constructor of your `FeatureContext.php` class.
145145

146146
```php
147147
<?php

0 commit comments

Comments
 (0)