We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f70c58 commit e2f949bCopy full SHA for e2f949b
src/core/observer/index.js
@@ -27,10 +27,10 @@ export const observerState = {
27
}
28
29
/**
30
- * Observer class that are attached to each observed
31
- * object. Once attached, the observer converts target
+ * Observer class that is attached to each observed
+ * object. Once attached, the observer converts the target
32
* object's property keys into getter/setters that
33
- * collect dependencies and dispatches updates.
+ * collect dependencies and dispatch updates.
34
*/
35
export class Observer {
36
value: any;
0 commit comments