From 4e76c648fe7ecd71673babbdb540c38510270879 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Mon, 3 Oct 2016 18:01:49 +0900 Subject: [PATCH] improve $data instance property API docs --- src/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.md b/src/api/index.md index 1bf1cb4148..f5d055e7a9 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -829,7 +829,7 @@ type: api - **Details:** - The data object that the Vue instance is observing. You can swap it with a new object. The Vue instance proxies access to the properties on its data object. + The data object that the Vue instance is observing. The Vue instance proxies access to the properties on its data object. - **See also:** [Options - data](#data)