File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments