Skip to content

Commit 864ae48

Browse files
Update faq.md
1 parent a43a5b0 commit 864ae48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This has frequently been caused by the use of ES6 arrow functions.
66
You cannot use ES6 arrow functions for step definitions or hooks because they bind `this`
77
to the current context which prevents the world instance from being injected.
88

9-
### Why do my definition patterns need to be globally unique instead of unique only within `Given`, `When`, `Then`?
9+
#### Why do my definition patterns need to be globally unique instead of unique only within `Given`, `When`, `Then`?
1010

1111
To encourage a ubiquitous, non-ambiguous domain language.
1212
Using the same language to mean different things is basically the definition of ambiguous.

0 commit comments

Comments
 (0)