Skip to content

Commit 2bd16c9

Browse files
Fix typo in docs
1 parent 36cd648 commit 2bd16c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/var.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ The HTML `<var>` tag implemented in Ruby.
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 `<code>` tag should have.
12+
Expects a string with all ids the `<var>` tag should have.
1313

1414
#### # class (optional)
15-
Expects a string with all classes the `<code>` tag should have.
15+
Expects a string with all classes the `<var>` tag should have.
1616

1717
## Example 1: Yield a given block
1818

0 commit comments

Comments
 (0)