From 4aa4bbe8a257f1e5b894674731c4ce52e5bec2ea Mon Sep 17 00:00:00 2001 From: Jon Cox Date: Sun, 12 Feb 2017 21:30:26 +0000 Subject: [PATCH] Leaf guide - Typo correction. --- guide/leaf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/leaf.md b/guide/leaf.md index eb8efb19..7cd8ae77 100644 --- a/guide/leaf.md +++ b/guide/leaf.md @@ -18,7 +18,7 @@ Leaf Tags are made up of 4 Elements: - Token: `#` is the Token - Name: A `string` that identifies the tag - Parameter List: `()` May accept 0 or more arguments - - Body(optional): `{}` Must be separated from the Parameter List by a space + - Body (optional): `{}` Must be separated from the Parameter List by a space There can be many different usages of these 4 elements depending on the Tag's implementation. Let's look at a few examples of how Leaf's built-in Tags might be used: @@ -32,7 +32,7 @@ There can be many different usages of these 4 elements depending on the Tag's im ### Using the `#` token in HTML -The token cannot be escaped. Use the `#()` or `#raw() {}` Tag to output a `#` in a Leaf Template. `#()` => `#` +The `#` token cannot be escaped. Use the `#()` or `#raw() {}` Tag to output a `#` in a Leaf Template. `#()` => `#` ### Raw HTML