Skip to content

Commit 2f520ba

Browse files
rohmanhmposva
authored andcommitted
fix doc comment typo (vuejs#4954)
1 parent 7f6c889 commit 2f520ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/instance/state.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function initProps (vm: Component, propsOptions: Object) {
5858
const propsData = vm.$options.propsData || {}
5959
const props = vm._props = {}
6060
// cache prop keys so that future props updates can iterate using Array
61-
// instead of dyanmic object key enumeration.
61+
// instead of dynamic object key enumeration.
6262
const keys = vm.$options._propKeys = []
6363
const isRoot = !vm.$parent
6464
// root instance props should be converted

0 commit comments

Comments
 (0)