Skip to content

Commit 0218520

Browse files
committed
Fixes typo in the README file.
1 parent 74e1fbc commit 0218520

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,14 @@ $ composer test
9696
```
9797

9898
To run integration tests, which use the Github API, a [Github API token](https://help.github.com/articles/creating-an-access-token-for-command-line-use/) might be needed (to stop the tests hitting the API Limit).
99-
An API key can be added by setting in the environment as `GITHUB_API_KEY` or by vreating an `.env` file in the integration tests directory and setting it there.
99+
An API key can be added by setting it in the environment as `GITHUB_API_KEY` or by creating an `.env` file in the integration tests directory and setting it there.
100100
See `tests/integration-tests/.env.example` for an example.
101101

102102
To run the integration test, run the following command (this will also run the unit-tests):
103103

104104
``` bash
105105
$ composer test-all
106106
```
107-
108107

109108
## Security
110109

0 commit comments

Comments
 (0)