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:
Hailong 2021-01-11 05:08:30 -05:00 committed by GitHub
parent 55ac8c492b
commit 025b1a6822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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") {

View File

@ -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"):