Skip to content

Commit 328b03d

Browse files
authored
docs: capitalise title (#3300)
1 parent ac9c758 commit 328b03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guide/essentials/application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creating a Vue Application {#creating-a-vue-application}
22

3-
## The application instance {#the-application-instance}
3+
## The Application Instance {#the-application-instance}
44

55
Every Vue application starts by creating a new **application instance** with the [`createApp`](/api/application#createapp) function:
66

@@ -105,7 +105,7 @@ This makes the `TodoDeleteButton` available for use anywhere in our app. We will
105105

106106
Make sure to apply all app configurations before mounting the app!
107107

108-
## Multiple application instances {#multiple-application-instances}
108+
## Multiple Application Instances {#multiple-application-instances}
109109

110110
You are not limited to a single application instance on the same page. The `createApp` API allows multiple Vue applications to co-exist on the same page, each with its own scope for configuration and global assets:
111111

0 commit comments

Comments
 (0)