Skip to content

Commit d8462b6

Browse files
committed
Fix type in 'id' and 'class' descriptions
1 parent b2d04e3 commit d8462b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/blockquote.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The HTML blockquote tag implemented in ruby.
99
This component can take 3 optional configuration params and either yield content or display what gets passed to the `text` configuration param.
1010

1111
#### # id (optional)
12-
Expects a string with all ids the span should have.
12+
Expects a string with all ids the blockquote should have.
1313

1414
#### # class (optional)
15-
Expects a string with all classes the span should have.
15+
Expects a string with all classes the blockquote should have.
1616

1717
#### # cite (optional)
1818
Expects a string referencing a cite for the blockquote.

0 commit comments

Comments
 (0)