Skip to content

Commit

Permalink
Update 1-vue-getting-started/1-creating-an-app.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Harrison authored Feb 24, 2021
1 parent e7721d6 commit b0bfa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-vue-getting-started/1-creating-an-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ At this point, the data is now exposed so that it can be displayed for the user,

## Mounting the app

In order for Vue.js to use the created app object, it must be _mounted_. By mounting the app, you're telling Vue.js the portion of the page it controls, allowing it to display information or even HTML. To mount the application you reference the `id` of an ordinary HTML element.
In order for Vue.js to use the created app object, it must be *mounted*. By mounting the app, you're telling Vue.js the portion of the page it controls, allowing it to display information or even HTML. To mount the application you reference the `id` of an ordinary HTML element.

```html
<!-- the HTML element which will host our app -->
Expand Down

0 comments on commit b0bfa50

Please sign in to comment.