8000 Update state.js · rabbitocat/vue@5f62730 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f62730

Browse files
committed
Update state.js
Fix a typo error at line 83.
1 parent e534276 commit 5f62730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ exports._initData = function () {
8080
}
8181

8282
/**
83-
* Swap the isntance's $data. Called in $data's setter.
83+
* Swap the instance's $data. Called in $data's setter.
8484
*
8585
* @param {Object} newData
8686
*/

0 commit comments

Comments
 (0)
0