Commit 9b975bca authored by Rachel Gottesman's avatar Rachel Gottesman

Fix future tense issues

parent 28f73949
...@@ -7,7 +7,7 @@ type: reference ...@@ -7,7 +7,7 @@ type: reference
# Using Redis # Using Redis
As many applications depend on Redis as their key-value store, you will As many applications depend on Redis as their key-value store, you
eventually need it in order for your tests to run. Below you are guided how to eventually need it in order for your tests to run. Below you are guided how to
do this with the Docker and Shell executors of GitLab Runner. do this with the Docker and Shell executors of GitLab Runner.
...@@ -30,7 +30,7 @@ example: ...@@ -30,7 +30,7 @@ example:
Host: redis Host: redis
``` ```
And that's it. Redis will now be available to be used within your testing And that's it. Redis is now available to be used within your testing
framework. framework.
You can also use any other Docker image available on [Docker Hub](https://hub.docker.com/_/redis). You can also use any other Docker image available on [Docker Hub](https://hub.docker.com/_/redis).
...@@ -70,4 +70,4 @@ that runs on [GitLab.com](https://gitlab.com) using our publicly available ...@@ -70,4 +70,4 @@ that runs on [GitLab.com](https://gitlab.com) using our publicly available
[shared runners](../runners/README.md). [shared runners](../runners/README.md).
Want to hack on it? Simply fork it, commit and push your changes. Within a few Want to hack on it? Simply fork it, commit and push your changes. Within a few
moments the changes will be picked by a public runner and the job will begin. moments the changes are picked by a public runner and the job begins.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment