From 0e69d4fa90029d5631a25c37a7ec0766288754cb Mon Sep 17 00:00:00 2001 From: Azamat Date: Mon, 9 Mar 2015 14:18:37 +0700 Subject: [PATCH] Typo in vm.$watch docs Just a minor type with vm.$watch instance method in API docs. --- source/api/instance-methods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/api/instance-methods.md b/source/api/instance-methods.md index 39421aa614..0f1e81e7d7 100644 --- a/source/api/instance-methods.md +++ b/source/api/instance-methods.md @@ -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: @@ -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. \ No newline at end of file +3. The child, if inheriting parent scope, has access to parent scope data properties.