Skip to content

Commit

Permalink
Update hooks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph authored Oct 13, 2017
1 parent e9e021a commit d730464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support_files/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit d730464

Please sign in to comment.