M Habib Rohman пре 9 година
родитељ
комит
2f520ba9ee
1 измењених фајлова са 1 додато и 1 уклоњено
  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