vweb.tmpl: fix a little typo (#8704)

pull/8707/head
StunxFS 2021-02-12 14:06:37 -04:00 committed by GitHub
parent c904c9178d
commit 6b431b18f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Some directives begin contains a `{}` block, others only have `''` (string) para
More on the directives itself.
Newlines on the beginning and end are ignored in `{}` blocks,
otherwise this (see [if](##if) for this syntax):
otherwise this (see [if](#if) for this syntax):
```html
@if bool_val {
<span>This is shown if bool_val is true</span>