Skip to content

Commit eb7719c

Browse files
committed
Update instance.md
Setup is a noun, set up is the verb you're looking for.
1 parent ca239b6 commit eb7719c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Consult the API reference for the full list of instance properties and methods.
7777

7878
## Instance Lifecycle
7979

80-
Each Vue instance goes through a series of initialization steps when it is created - for example, it needs to setup data observation, compile the template, and create the necessary data bindings. Along the way, it will also invoke some **lifecycle hooks**, which give us the opportunity to execute custom logic. For example, the `created` hook is called after the instance is created:
80+
Each Vue instance goes through a series of initialization steps when it is created - for example, it needs to set up data observation, compile the template, and create the necessary data bindings. Along the way, it will also invoke some **lifecycle hooks**, which give us the opportunity to execute custom logic. For example, the `created` hook is called after the instance is created:
8181

8282
``` js
8383
var vm = new Vue({

0 commit comments

Comments
 (0)