Skip to content

Commit 7b13968

Browse files
Merge pull request #226 from tae8838/fix-documentation
Fix typos in docs/components/em.md
2 parents 9897611 + 241b4cc commit 7b13968

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/em.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ end
2525
returns
2626

2727
```html
28-
<em id="foo" class="bar">Emphasized text</small>
28+
<em id="foo" class="bar">Emphasized text</em>
2929
```
3030

3131
## Example 2: Render options[:text] param
@@ -37,4 +37,4 @@ em id: "foo", class: "bar", text: 'Emphasized text'
3737
returns
3838

3939
```html
40-
<em id="foo" class="bar">Emphasized text</small>
40+
<em id="foo" class="bar">Emphasized text</em>

0 commit comments

Comments
 (0)