Skip to content

Commit 241b4cc

Browse files
committed
update em closing tag from small to em
1 parent 824a576 commit 241b4cc

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)