mirror of
https://github.com/marko-js/marko.git
synced 2026-02-01 16:07:13 +00:00
docs: fix spelling (#1784)
This commit is contained in:
parent
f7df1bcd4e
commit
83d29af960
@ -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)>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user