From 82258f606f0756c76515cda899cc209802a8b8fc Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Thu, 25 Aug 2016 08:50:18 +0200 Subject: [PATCH] Update lifecycle-methods.md --- docs/lifecycle-methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lifecycle-methods.md b/docs/lifecycle-methods.md index 74a839d8..278cb3c8 100644 --- a/docs/lifecycle-methods.md +++ b/docs/lifecycle-methods.md @@ -14,7 +14,7 @@ ### Usage -[Components](components.md) and [virtual DOM nodes](vnodes.md) and can have lifecycle methods, also known as *hooks*, which are called at various points during the lifetime of a DOM element. +[Components](components.md) and [virtual DOM nodes](vnodes.md) can have lifecycle methods, also known as *hooks*, which are called at various points during the lifetime of a DOM element. ```javascript // Sample hook in component