aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-08-25 22:24:46 -0400
committerGitHub <noreply@github.com>2021-08-25 22:24:46 -0400
commit58744ed01364ab651e971cbc51b11a0f52d2a84e (patch)
treef5022f6cea3877dfc172cc2a519daef86f361fda
parentdfd52e1ecd6919094e0b45fde2ca03c30eaad01f (diff)
Fix incorrect katakana template docs (#1909)
-rw-r--r--docs/templates.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates.md b/docs/templates.md
index be17c30a..1cc7e210 100644
--- a/docs/templates.md
+++ b/docs/templates.md
@@ -821,8 +821,8 @@ Converts hiragana text to katakana.
<summary>Example:</summary>
```handlebars
- {{#hiragana "よみちゃん ヨミちゃん ヨミチャン"}}{{/hiragana}}
- {{#hiragana}}よみちゃん ヨミちゃん ヨミチャン{{/hiragana}}
+ {{#katakana "よみちゃん ヨミちゃん ヨミチャン"}}{{/katakana}}
+ {{#katakana}}よみちゃん ヨミちゃん ヨミチャン{{/katakana}}
```
Output: