Skip to content

Commit 9182e1e

Browse files
authored
Fix typo in faq.md
Also, bonus changes include: - trade 1 word for 1 letter - trade (non-code) straight quotes for curly quotes
1 parent a33145c commit 9182e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Frequently Asked Questions
22

3-
#### The world instance isn't available in my hooks or step definitions.
3+
#### The world instance isnt available in my hooks or step definitions.
44

55
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`
@@ -10,4 +10,4 @@ to the current context which prevents the world instance from being injected.
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.
13-
If you have similar `Given` and `Then` patterns, try adding the work "should" to your `Then` pattern
13+
If you have similar `Given` and `Then` patterns, try adding the word “should to `Then` patterns.

0 commit comments

Comments
 (0)