We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa9238 commit 99541b9Copy full SHA for 99541b9
docs/rules/await-async-query.md
@@ -9,7 +9,7 @@ asynchronous as they return a promise which resolves when elements are
9
found. Those queries variants are:
10
11
- `findBy*`
12
-- `findByAll*`
+- `findAllBy*`
13
14
This rule aims to prevent users from forgetting to await the returned
15
promise from those async queries to be fulfilled, which could lead to
0 commit comments