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 5d52f6d commit 5060b3dCopy full SHA for 5060b3d
docs/components/cite.md
@@ -2,17 +2,17 @@
2
3
Show [specs](/spec/usage/components/cite_spec.rb)
4
5
-The HTML span tag implemented in ruby.
+The HTML cite tag implemented in ruby.
6
7
## Parameters
8
9
This component can take 2 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 cite tag should have.
13
14
#### # class (optional)
15
-Expects a string with all classes the span should have.
+Expects a string with all classes the cite tag should have.
16
17
## Example 1: Yield a given block
18
0 commit comments