aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 1139f367c6..4b7d6411be 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -144,7 +144,7 @@ email(david.partner.email, david.location_tonight)
### Console Tasks for Running your Tests
Rails comes with a CLI command to run tests.
-Here are some examples how to use it:
+Here are some examples of how to use it:
```bash
$ bin/rails test # run all tests in the `test` directory