mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fix typos for unless in docs
This commit is contained in:
parent
397e4384d5
commit
5181eb840e
@ -282,14 +282,14 @@ The `unless` directive is also supported as an alternative to `if` in cases wher
|
||||
<div>
|
||||
Hello World
|
||||
</div>
|
||||
</div>
|
||||
</unless>
|
||||
|
||||
<!--Complex unless-->
|
||||
<unless test="test === 'a'">
|
||||
<div>
|
||||
A
|
||||
</div>
|
||||
</if>
|
||||
</unless>
|
||||
<else-if test="test === 'b'">
|
||||
<div>
|
||||
B
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user