1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vlib: fix several typos

This commit is contained in:
Vitor Oliveira
2019-09-14 13:54:14 -07:00
committed by Alexander Medvednikov
parent 3d2c266980
commit 1a099c9284
8 changed files with 25 additions and 25 deletions

View File

@ -46,7 +46,7 @@ pub fn (app App) post() {
`$vweb.html()` compiles an HTML template into V during compilation, and embeds the resulting code in current action.
That means that the template automatically has access to that action's entire environemnt.
That means that the template automatically has access to that action's entire environment.
### Deploying vweb apps