From fc6d058d0a67270e6bd884a037e7021296ce219b Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Tue, 16 Jun 2015 16:43:27 +0200 Subject: [PATCH] Correct typo in components lifecycle --- source/guide/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide/components.md b/source/guide/components.md index 97e7170751..e3bff0aca4 100644 --- a/source/guide/components.md +++ b/source/guide/components.md @@ -289,7 +289,7 @@ var MyComponent = Vue.extend({ }) ``` -Check out the API reference for a [full list of lifecycle hooks](/api/options.html#Lifecycle) that are availble. +Check out the API reference for a [full list of lifecycle hooks](/api/options.html#Lifecycle) that are available. ## Dynamic Components