Skip to content

Commit 73a0130

Browse files
committed
improve computed setter description
1 parent f3f42c9 commit 73a0130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/computed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Much better, isn't it?
108108

109109
### Computed Setter
110110

111-
Computed properties are by default get-only, but you can also provide a setter when you need it:
111+
Computed properties are by default getter-only, but you can also provide a setter when you need it:
112112

113113
``` js
114114
// ...

0 commit comments

Comments
 (0)