Skip to content

Commit 1f5a2e1

Browse files
committed
typo fix in doc
1 parent fb57f3e commit 1f5a2e1

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
@@ -1,4 +1,4 @@
1-
# Check if there are no asynchronous action inside computed properties (no-async-in-computed-properties)
1+
# Check if there are no asynchronous actions inside computed properties (no-async-in-computed-properties)
22

33
Computed properties should be synchronous. Asynchronous actions inside them may not work as expected and can lead to an unexpected behaviour, that's why you should avoid them.
44
If you need async computed properties you might want to consider using additional plugin [vue-async-computed]

0 commit comments

Comments
 (0)