Selaa lähdekoodia

fix doc comment typo (#4954)

M Habib Rohman 9 vuotta sitten
vanhempi
commit
2f520ba9ee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/core/instance/state.js

+ 1 - 1
src/core/instance/state.js

@@ -58,7 +58,7 @@ function initProps (vm: Component, propsOptions: Object) {
   const propsData = vm.$options.propsData || {}
   const props = vm._props = {}
   // cache prop keys so that future props updates can iterate using Array
-  // instead of dyanmic object key enumeration.
+  // instead of dynamic object key enumeration.
   const keys = vm.$options._propKeys = []
   const isRoot = !vm.$parent
   // root instance props should be converted