Skip to content

Commit

Permalink
Update world.md (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaseggleton committed Jun 10, 2022
1 parent 73d8963 commit 36a454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/support_files/world.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ setWorldConstructor(function(this: CustomWorld, options: IWorldOptions) {
- It allows you to track test state while maintaining the isolation of each scenario.
- Every scenario gets its own instance of the world. Even on [retry](../retry.md).
- You can use the default world or build your own.
- You can pass parameters to the world using the `worldParamerers` configuration option.
- You can pass parameters to the world using the `worldParameters` configuration option.

0 comments on commit 36a454c

Please sign in to comment.