Skip to content

Commit 68b51f2

Browse files
LarsStegmanyyx990803
authored andcommitted
chore: fix comment grammar mistake (#7739)
1 parent 6931a47 commit 68b51f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 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)