Update lifecycle-methods.md

This commit is contained in:
Stefan Keim 2016-08-25 08:50:18 +02:00 committed by GitHub
parent 3b8fa57358
commit 82258f606f

View file

@ -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