From b016533d5b54fc932a851fca6148cfb5965da8b5 Mon Sep 17 00:00:00 2001 From: Hendy Tanata Date: Mon, 30 Mar 2015 09:14:32 -0700 Subject: Add missing "of" to testing guide. --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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 -- cgit v1.2.3