Skip to content

Commit 5060b3d

Browse files
committed
cite tag typos
1 parent 5d52f6d commit 5060b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/components/cite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
Show [specs](/spec/usage/components/cite_spec.rb)
44

5-
The HTML span tag implemented in ruby.
5+
The HTML cite tag implemented in ruby.
66

77
## Parameters
88

99
This component can take 2 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 cite tag 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 cite tag should have.
1616

1717
## Example 1: Yield a given block
1818

0 commit comments

Comments
 (0)