Skip to content

Commit 4e90b91

Browse files
ahulabcharlierudolph
authored andcommitted
documentation: fix typo (#1065)
1 parent ab45972 commit 4e90b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/support_files/hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Before(function() {
7979

8080
If you have some setup / teardown that needs to be done before or after all scenarios, use `BeforeAll` / `AfterAll`. Like hooks and steps, these can be synchronous, accept a callback, or return a promise.
8181

82-
Unlike `Before` / `After` these methods will not have a world instance as `this`. This is becauce each scenario gets its own world instance and these hooks run before / after **all** scenarios.
82+
Unlike `Before` / `After` these methods will not have a world instance as `this`. This is because each scenario gets its own world instance and these hooks run before / after **all** scenarios.
8383

8484
```javascript
8585
var {AfterAll, BeforeAll} = require('cucumber');

0 commit comments

Comments
 (0)