diff --git a/docs/support_files/hooks.md b/docs/support_files/hooks.md index b1d8be61f..94d9996e5 100644 --- a/docs/support_files/hooks.md +++ b/docs/support_files/hooks.md @@ -32,7 +32,7 @@ defineSupportCode(function({After, Before}) { }); ``` -Before and After hooks return a testCase which contains a result(pass or fail), sourceLocation(test file uri and line number), and pickle(info on the current scenario) +Before and After hooks return a testCase which contains a result (pass or fail), sourceLocation (test file uri and line number), and pickle (info on the current scenario) ```javascript var {defineSupportCode, Status} = require('cucumber');