From e5d3ae46ab24f70d62ea21432b6928d33abf82ba Mon Sep 17 00:00:00 2001 From: Roy Truelove Date: Sun, 2 Mar 2014 21:31:46 -0500 Subject: [PATCH] Simple typo fix --- src/test/groovy/StepwiseExtensionSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/groovy/StepwiseExtensionSpec.groovy b/src/test/groovy/StepwiseExtensionSpec.groovy index 79849d8..b6ed00e 100644 --- a/src/test/groovy/StepwiseExtensionSpec.groovy +++ b/src/test/groovy/StepwiseExtensionSpec.groovy @@ -16,7 +16,7 @@ import spock.lang.* /** * Demonstrates how @Stepwise causes a spec to be run in incremental steps. - * Change a step's condition from true to false, and observer + * Change a step's condition from true to false, and observe * how the remaining steps will be skipped automatically on the next run. * Also notice that if you run a single step (e.g. from the IDE's context menu), * all prior steps will also be run.