diff options
| author | Michael Fortunato <Michael.N.Fortunato@gmail.com> | 2025-03-12 07:45:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 12:45:22 +0000 |
| commit | 24b2f98bf9b8d7a8d8ad9f5f0585ab4317cd3666 (patch) | |
| tree | 1d58c00ec89689cbcbdaa70b152e8ce5382dc2c6 /docs/tutorial/4-template.md | |
| parent | 0214320087d5b37bf9d08d2b3b0b44eae512bf93 (diff) | |
Fix typo in 4-template.md (#6047)
Diffstat (limited to 'docs/tutorial/4-template.md')
| -rw-r--r-- | docs/tutorial/4-template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/4-template.md b/docs/tutorial/4-template.md index 209fa554..7542cd6e 100644 --- a/docs/tutorial/4-template.md +++ b/docs/tutorial/4-template.md @@ -44,7 +44,7 @@ I am #amazed(color: purple)[amazed]! Templates now work by wrapping our whole document in a custom function like `amazed`. But wrapping a whole document in a giant function call would be cumbersome! Instead, we can use an "everything" show rule to achieve the same -with cleaner code. To write such a show rule, put a colon directly behind the +with cleaner code. To write such a show rule, put a colon directly after the show keyword and then provide a function. This function is given the rest of the document as a parameter. The function can then do anything with this content. Since the `amazed` function can be called with a single content argument, we can |
