Skip to content

Commit 141a79e

Browse files
authored
fix: correct typo
Signed-off-by: Stan Stanislaus <[email protected]>
1 parent d4b9068 commit 141a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-wait-for-multiple-assertions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Rule Details
88

99
This rule aims to ensure the correct usage of `expect` inside `waitFor`, in the way that they're intended to be used.
10-
When using multiples assertions inside `waitFor`, if one fails, you have to wait for a timeout before seeing it failing.
10+
When using multiple assertions inside `waitFor`, if one fails, you have to wait for a timeout before seeing it failing.
1111
Putting one assertion, you can both wait for the UI to settle to the state you want to assert on,
1212
and also fail faster if one of the assertions do end up failing
1313

0 commit comments

Comments
 (0)