diff --git a/vlib/vweb/README.md b/vlib/vweb/README.md index 4a07cd373c..e8a31698b6 100644 --- a/vlib/vweb/README.md +++ b/vlib/vweb/README.md @@ -120,7 +120,7 @@ h1.title { } ``` -V suport some [Template directives](/vlib/v/TEMPLATES.md) like +V supports [Template directives](/vlib/v/TEMPLATES.md) like `@css`, `@js` for static files in \ `@if`, `@for` for conditional and loop and