mirror of https://github.com/vapor/docs.git
Fix a typo on the Leaf overview page. (#582)
* Fix a typo on the Leaf overview page. * Update 3.0/docs/leaf/overview.md Co-authored-by: Siemen Sikkema <siemensikkema@users.noreply.github.com> * Update 4.0/docs/leaf/overview.md Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> Co-authored-by: Siemen Sikkema <siemensikkema@users.noreply.github.com>
This commit is contained in:
parent
55ac8c492b
commit
025b1a6822
|
|
@ -100,7 +100,7 @@ If you want to use another tag as part of your condition, you should omit the `#
|
|||
}
|
||||
```
|
||||
|
||||
Just like in Swift, you can also use `else if` statement.s
|
||||
Just like in Swift, you can also use `else if` statements:
|
||||
|
||||
```leaf
|
||||
#if(title == "Welcome") {
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ If you want to use another tag as part of your condition, you should omit the `#
|
|||
#endif
|
||||
```
|
||||
|
||||
You can also use `#elseif` statement.s
|
||||
You can also use `#elseif` statements:
|
||||
|
||||
```leaf
|
||||
#if(title == "Welcome"):
|
||||
|
|
|
|||
Loading…
Reference in New Issue