Skip to content

Commit 5615123

Browse files
authored
Merge pull request #411 from jennifer-shehane/patch-2
Fix typo Whenver -> Whenever
2 parents 0574c9c + 5b50f27 commit 5615123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing/cypress.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ page.username.type('john');
166166
```
167167

168168
## Tip: Implicit assertion
169-
Whenver a cypress command fails you get a nice error (instead of something like `null` with many other frameworks) so you fail quickly and know exactly when a test fails e.g.
169+
Whenever a cypress command fails you get a nice error (instead of something like `null` with many other frameworks) so you fail quickly and know exactly when a test fails e.g.
170170

171171
```
172172
cy.get('#foo')

0 commit comments

Comments
 (0)