Skip to content

Typo in vm.$watch docs #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/api/instance-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ order: 4
- **expression** `String`
- **callback( newValue, oldValue )** `Function`
- **deep** `Boolean` *optional*
- **immdediate** `Boolean` *optional*
- **immediate** `Boolean` *optional*

Watch an expression on the Vue instance for changes. The expression can be a single keypath or actual expressions:

Expand Down Expand Up @@ -212,4 +212,4 @@ There are three implications of a parent-child relationship between instances:

1. The parent and child can communicate via [the event system](#Events).
2. The child has access to all parent assets (e.g. custom directives).
3. The child, if inheriting parent scope, has access to parent scope data properties.
3. The child, if inheriting parent scope, has access to parent scope data properties.