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 838cd9f commit a74e519Copy full SHA for a74e519
docs/components/code.md
@@ -1,4 +1,4 @@
1
-# matestack core component: Paragraph
+# matestack core component: Code
2
3
Show [specs](/spec/usage/components/code_spec.rb)
4
@@ -9,10 +9,10 @@ The HTML `<code>` tag implemented in Ruby.
9
This component can take 3 optional configuration params and optional content.
10
11
#### # id (optional)
12
-Expects a string with all ids the p should have.
+Expects a string with all ids the `<code>` tag should have.
13
14
#### # class (optional)
15
-Expects a string with all classes the p should have.
+Expects a string with all classes the `<code>` tag should have.
16
17
#### # text (optional)
18
Expects a string with the text that should go into the `<code>` tag.
0 commit comments