Skip to content

Commit e2f949b

Browse files
LarsStegmanhefeng
authored and
hefeng
committed
chore: fix comment grammar mistake (vuejs#7739)
1 parent 5f70c58 commit e2f949b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/observer/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export const observerState = {
2727
}
2828

2929
/**
30-
* Observer class that are attached to each observed
31-
* object. Once attached, the observer converts target
30+
* Observer class that is attached to each observed
31+
* object. Once attached, the observer converts the target
3232
* object's property keys into getter/setters that
33-
* collect dependencies and dispatches updates.
33+
* collect dependencies and dispatch updates.
3434
*/
3535
export class Observer {
3636
value: any;

0 commit comments

Comments
 (0)