docs: rewrite note wording (#5462)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Thomas Jowsey 2022-06-15 10:54:12 +01:00 committed by GitHub
parent 92c5a94d03
commit cd338f4537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ Inside the `<template>` of the component, we use the `<Welcome>` component creat
Try to replace the `<template>`s content with a custom welcome message. The browser window on the right will automatically render the changes without reloading.
::alert{type="info"}
💡 If you are familiar with Vue, you might wonder where is the `main.js` file that creates a Vue app. Nuxt does this part behind the scene.
💡 If you're familiar with Vue, you might be looking for the `main.js` file that creates a Vue app instance. Nuxt automatically handles this behind the scenes.
::
**If you were a previous user of Nuxt 2 or Vue 2, keep reading to get a feel of the differences between Vue 2 and Vue 3, and how Nuxt integrates those evolutions.**