Skip to content

Commit 36c3a7f

Browse files
kazuponchrisvfritz
authored andcommitted
improve $data instance property API docs (#445)
1 parent 798cb9c commit 36c3a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ type: api
829829

830830
- **Details:**
831831

832-
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.
832+
The data object that the Vue instance is observing. The Vue instance proxies access to the properties on its data object.
833833

834834
- **See also:** [Options - data](#data)
835835

0 commit comments

Comments
 (0)