Merge pull request #1274 from indus/patch-1

Update lifecycle-methods.md
This commit is contained in:
Leo Horie 2016-08-25 07:45:42 -04:00 committed by GitHub
commit 9db345a40b

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