Skip to content

Commit 56eef72

Browse files
authored
docs: fix typo in options-data.md (#600)
1 parent b6e5180 commit 56eef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
- **Details:**
9494

95-
Computed properties to be mixed into the Vcomponent instance. All getters and setters have their `this` context automatically bound to the component instance.
95+
Computed properties to be mixed into the component instance. All getters and setters have their `this` context automatically bound to the component instance.
9696

9797
Note that if you use an arrow function with a computed property, `this` won't be the component's instance, but you can still access the instance as the function's first argument:
9898

0 commit comments

Comments
 (0)