Skip to content

Commit

Permalink
chore: fix comment grammar mistake (vuejs#7739)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsStegman authored and hefeng committed Jan 25, 2019
1 parent 5f70c58 commit e2f949b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/observer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
* collect dependencies and dispatches updates.
* collect dependencies and dispatch updates.
*/
export class Observer {
value: any;
Expand Down

0 comments on commit e2f949b

Please sign in to comment.