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:

committed by
Alexander Medvednikov

parent
3d2c266980
commit
1a099c9284
@ -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
|
||||
|
Reference in New Issue
Block a user