Skip to content

Commit c7face1

Browse files
committed
Merge pull request #82 from danmindru/patch-1
Correct typo in components lifecycle
2 parents 65cbf74 + fc6d058 commit c7face1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ var MyComponent = Vue.extend({
289289
})
290290
```
291291

292-
Check out the API reference for a [full list of lifecycle hooks](/api/options.html#Lifecycle) that are availble.
292+
Check out the API reference for a [full list of lifecycle hooks](/api/options.html#Lifecycle) that are available.
293293

294294
## Dynamic Components
295295

0 commit comments

Comments
 (0)