Skip to content

Commit 86eec3c

Browse files
waynzhFloEdelmann
andauthored
Update docs/rules/no-async-in-computed-properties.md
Co-authored-by: Flo Edelmann <[email protected]>
1 parent 276be27 commit 86eec3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/no-async-in-computed-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export default {
116116
}
117117
```
118118

119-
- `ignoredObjectNames`: An array of object names that should be ignored when used with promise-like methods (`.then()`, `.catch()`, `.finally()`). This is useful for validation libraries like Zod that use these method names for non-promise purposes.
119+
- `ignoredObjectNames`: An array of object names that should be ignored when used with promise-like methods (`.then()`, `.catch()`, `.finally()`). This is useful for validation libraries like Zod that use these method names for non-promise purposes (e.g. [`z.catch()`](https://zod.dev/api#catch)).
120120

121121
### `"ignoredObjectNames": ["z"]`
122122

0 commit comments

Comments
 (0)