From 025b1a6822bd888ffc19f820eb4b9ce63d328bce Mon Sep 17 00:00:00 2001 From: Hailong Date: Mon, 11 Jan 2021 05:08:30 -0500 Subject: [PATCH] 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 * Update 4.0/docs/leaf/overview.md Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> Co-authored-by: Siemen Sikkema --- 3.0/docs/leaf/overview.md | 2 +- 4.0/docs/leaf/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3.0/docs/leaf/overview.md b/3.0/docs/leaf/overview.md index 392d75c1..098509df 100644 --- a/3.0/docs/leaf/overview.md +++ b/3.0/docs/leaf/overview.md @@ -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") { diff --git a/4.0/docs/leaf/overview.md b/4.0/docs/leaf/overview.md index e86e3142..2ae86135 100644 --- a/4.0/docs/leaf/overview.md +++ b/4.0/docs/leaf/overview.md @@ -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"):