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