Skip to content

Commit 99541b9

Browse files
authored
docs(await-async-query): fix rule details typo
1 parent 1aa9238 commit 99541b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/await-async-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ asynchronous as they return a promise which resolves when elements are
99
found. Those queries variants are:
1010

1111
- `findBy*`
12-
- `findByAll*`
12+
- `findAllBy*`
1313

1414
This rule aims to prevent users from forgetting to await the returned
1515
promise from those async queries to be fulfilled, which could lead to

0 commit comments

Comments
 (0)