From d730464390f6960cc25e608926c8cc07ab79a2c1 Mon Sep 17 00:00:00 2001 From: Charlie Rudolph Date: Thu, 12 Oct 2017 21:44:24 -0600 Subject: [PATCH] Update hooks.md --- docs/support_files/hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');