From dd460f0085fe13f5dbfe65b1a153d6a0897ef59c Mon Sep 17 00:00:00 2001 From: socantre Date: Sat, 7 Mar 2015 16:09:36 -0500 Subject: [PATCH] s/ran/run --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index ef48ec60..9c51ce42 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -210,7 +210,7 @@ SCENARIO( "vectors can be sized and resized", "[vector]" ) { } ``` -Conveniently, these tests will be reported as follows when ran: +Conveniently, these tests will be reported as follows when run: ``` Scenario: vectors can be sized and resized