We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d04e3 commit d8462b6Copy full SHA for d8462b6
docs/components/blockquote.md
@@ -9,10 +9,10 @@ The HTML blockquote tag implemented in ruby.
9
This component can take 3 optional configuration params and either yield content or display what gets passed to the `text` configuration param.
10
11
#### # id (optional)
12
-Expects a string with all ids the span should have.
+Expects a string with all ids the blockquote should have.
13
14
#### # class (optional)
15
-Expects a string with all classes the span should have.
+Expects a string with all classes the blockquote should have.
16
17
#### # cite (optional)
18
Expects a string referencing a cite for the blockquote.
0 commit comments