Skip to content

Commit f38dacb

Browse files
committed
Merge pull request #61 from azamat-sharapov/patch-1
Typo in vm.$watch docs
2 parents 5a4c571 + 0e69d4f commit f38dacb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/api/instance-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ order: 4
1212
- **expression** `String`
1313
- **callback( newValue, oldValue )** `Function`
1414
- **deep** `Boolean` *optional*
15-
- **immdediate** `Boolean` *optional*
15+
- **immediate** `Boolean` *optional*
1616

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

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

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

0 commit comments

Comments
 (0)