docs: fix spelling (#1784)

This commit is contained in:
khaki 2022-04-18 17:08:46 +02:00 committed by GitHub
parent f7df1bcd4e
commit 83d29af960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ While HTML itself does not support conditionally displaying elements or repeatin
## Conditionals
The `<if>` tag recieves an [argument](./syntax.md#arguments) which is used to determine if its body content should be present.
The `<if>` tag receives an [argument](./syntax.md#arguments) which is used to determine if its body content should be present.
```marko
<if(user.loggedOut)>