diff --git a/docs/templates.md b/docs/templates.md
index 18274ed578..ddab4390df 100644
--- a/docs/templates.md
+++ b/docs/templates.md
@@ -523,16 +523,16 @@ Returns an array of the mora for a kana string.
Example:
```handlebars
- {{#each (getKanaMorae "よみちゃん")}}{{{.}}}
{{/each}}
+ {{#each (getKanaMorae "よみたん")}}{{{.}}}
{{/each}}
```
Output:
```html
- よ
み
ちゃ
ん
+ よ
み
た
ん
```
Preview:
-
よ
み
ちゃ
ん
+ よ
み
た
ん
@@ -553,9 +553,9 @@ Returns the type of a value. `#typeof` in the block form will always return `'st
Example:
```handlebars
- {{typeof "よみちゃん"}}
+ {{typeof "よみたん"}}
{{typeof 1}}
- {{#typeof}}よみちゃん{{/typeof}}
+ {{#typeof}}よみたん{{/typeof}}
```
Output:
@@ -799,16 +799,16 @@ Converts katakana text to hiragana.
Example:
```handlebars
- {{hiragana "よみちゃん ヨミちゃん ヨミチャン"}}
- {{#hiragana}}よみちゃん ヨミちゃん ヨミチャン{{/hiragana}}
+ {{hiragana "よみたん ヨミたん ヨミタン"}}
+ {{#hiragana}}よみたん ヨミたん ヨミタン{{/hiragana}}
{{#hiragana}}ローマ字{{/hiragana}}
{{#hiragana keepProlongedSoundMarks=true}}ローマ字{{/hiragana}}
```
Output:
```html
- よみちゃん よみちゃん よみちゃん
- よみちゃん よみちゃん よみちゃん
+ よみたん よみたん よみたん
+ よみたん よみたん よみたん
ろうま字
ろーま字
```
@@ -832,13 +832,13 @@ Converts hiragana text to katakana.
Example:
```handlebars
- {{katakana "よみちゃん ヨミちゃん ヨミチャン"}}
- {{#katakana}}よみちゃん ヨミちゃん ヨミチャン{{/katakana}}
+ {{katakana "よみたん ヨミたん ヨミタン"}}
+ {{#katakana}}よみたん ヨミたん ヨミタン{{/katakana}}
```
Output:
```html
- ヨミチャン ヨミチャン ヨミチャン
- ヨミチャン ヨミチャン ヨミチャン
+ ヨミタン ヨミタン ヨミタン
+ ヨミタン ヨミタン ヨミタン
```
diff --git a/ext/settings.html b/ext/settings.html
index 346cc1d76d..323be70837 100644
--- a/ext/settings.html
+++ b/ext/settings.html
@@ -2878,7 +2878,7 @@ Yomitan Settings
A synthesized voice will speak the given text, using either the term text or the reading.
-
+
diff --git a/test/data/html/test-document1.html b/test/data/html/test-document1.html
index ef47228fdd..964d12c0e4 100644
--- a/test/data/html/test-document1.html
+++ b/test/data/html/test-document1.html
@@ -136,9 +136,9 @@ Yomitan Tests
data-end-offset="0"
data-result-type="TextSourceElement"
data-sentence-scan-extent="100"
- data-sentence="よみちゃん"
+ data-sentence="よみたん"
>
-
+
Yomitan Tests
data-end-offset="0"
data-result-type="TextSourceElement"
data-sentence-scan-extent="100"
- data-sentence="よみちゃん"
+ data-sentence="よみたん"
>
-
+
Yomitan Tests