Skip to content

Commit

Permalink
Update installation.md (#507)
Browse files Browse the repository at this point in the history
'The' was repeated twice on line 154 and I added 'd' to make name on line 176 past tense
  • Loading branch information
anibesam committed Aug 12, 2020
1 parent 467ddb0 commit 7fa86cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/guides/get-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ npm run dev

<base-alert type="info">

We use the the dev command when running our application in development mode.
We use the dev command when running our application in development mode.

</base-alert>

Expand Down Expand Up @@ -181,7 +181,7 @@ Then, go to your browser and see your new page on **[http://localhost:3000/fun](

<base-alert type="info">

Create a directory name `more-fun` and put an `index.vue` file inside. This will give the same result as creating a `more-fun.vue` file
Create a directory named `more-fun` and put an `index.vue` file inside. This will give the same result as creating a `more-fun.vue` file

</base-alert>

Expand Down

0 comments on commit 7fa86cd

Please sign in to comment.