docs: fix tenses (#9775)

pull/9793/head
Ahmed Muhammed 2021-04-17 19:36:29 +03:00 committed by GitHub
parent 81d17f0a39
commit 1a0bc5a952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2082,7 +2082,7 @@ v install [module]
v install ui
```
For remove a module:
Removing a module with v:
```powershell
v remove [module]
@ -2092,7 +2092,7 @@ v remove [module]
v remove ui
```
For update an installed module from [VPM](https://vpm.vlang.io/):
Updating an installed module from [VPM](https://vpm.vlang.io/):
```powershell
v update [module]