diff --git a/src/api/options-data.md b/src/api/options-data.md index 34d854bbe0..f95e143a84 100644 --- a/src/api/options-data.md +++ b/src/api/options-data.md @@ -92,7 +92,7 @@ - **Details:** - Computed properties to be mixed into the Vcomponent instance. All getters and setters have their `this` context automatically bound to the component instance. + Computed properties to be mixed into the component instance. All getters and setters have their `this` context automatically bound to the component instance. 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: