From b526cb46e36611d16413804099fc521d1392ea86 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sun, 13 Nov 2016 22:59:18 -0500 Subject: [PATCH] fix typo in comment --- src/v2/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/api/index.md b/src/v2/api/index.md index cec4e33bc0..514d658687 100644 --- a/src/v2/api/index.md +++ b/src/v2/api/index.md @@ -1621,7 +1621,7 @@ All lifecycle hooks automatically have their `this` context bound to the instanc `ref` is used to register a reference to an element or a child component. The reference will be registered under the parent component's `$refs` object. If used on a plain DOM element, the reference will be that element; if used on a child component, the reference will be component instance: ``` html - +

hello