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 36cd648 commit 2bd16c9Copy full SHA for 2bd16c9
docs/components/var.md
@@ -9,10 +9,10 @@ The HTML `<var>` tag implemented in Ruby.
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 `<code>` tag should have.
+Expects a string with all ids the `<var>` tag should have.
13
14
#### # class (optional)
15
-Expects a string with all classes the `<code>` tag should have.
+Expects a string with all classes the `<var>` tag should have.
16
17
## Example 1: Yield a given block
18
0 commit comments