Просмотр исходного кода

chore: fix comment grammar mistake (#7739)

Lars Stegman 8 лет назад
Родитель
Сommit
68b51f2620
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/core/observer/index.js

+ 3 - 3
src/core/observer/index.js

@@ -27,10 +27,10 @@ export const observerState = {
 }
 }
 
 
 /**
 /**
- * Observer class that are attached to each observed
- * object. Once attached, the observer converts target
+ * Observer class that is attached to each observed
+ * object. Once attached, the observer converts the target
  * object's property keys into getter/setters that
  * object's property keys into getter/setters that
- * collect dependencies and dispatches updates.
+ * collect dependencies and dispatch updates.
  */
  */
 export class Observer {
 export class Observer {
   value: any;
   value: any;