Skip to content

Commit bbf38f1

Browse files
authored
Merge pull request #10590 from changeworld/patch-4
Fix typo
2 parents 87c01ce + a5a3258 commit bbf38f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/javascript/create-application-with-vuejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ For this example, you use an empty ASP.NET Core Application (C#). However, you c
7373
app.UseStaticFiles(); // Marks files on the web root as servable.
7474
```
7575

76-
### Install the vue CLI
76+
### Install the Vue CLI
7777

7878
To install the vue-cli npm module, open a command prompt and type `npm install --g vue-cli` or `npm install -g @vue/cli` for version 3.0 (currently in beta).
7979

80-
### Scaffold a new client application using the vue CLI
80+
### Scaffold a new client application using the Vue CLI
8181

8282
1. Go to your command prompt and change the current directory to your project root folder.
8383

0 commit comments

Comments
 (0)