We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43a5b0 commit 864ae48Copy full SHA for 864ae48
docs/faq.md
@@ -6,7 +6,7 @@ This has frequently been caused by the use of ES6 arrow functions.
6
You cannot use ES6 arrow functions for step definitions or hooks because they bind `this`
7
to the current context which prevents the world instance from being injected.
8
9
-### Why do my definition patterns need to be globally unique instead of unique only within `Given`, `When`, `Then`?
+#### Why do my definition patterns need to be globally unique instead of unique only within `Given`, `When`, `Then`?
10
11
To encourage a ubiquitous, non-ambiguous domain language.
12
Using the same language to mean different things is basically the definition of ambiguous.
0 commit comments