Skip to content

Commit a74e519

Browse files
fix even more typos
1 parent 838cd9f commit a74e519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/components/code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# matestack core component: Paragraph
1+
# matestack core component: Code
22

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

@@ -9,10 +9,10 @@ The HTML `<code>` tag implemented in Ruby.
99
This component can take 3 optional configuration params and optional content.
1010

1111
#### # id (optional)
12-
Expects a string with all ids the p should have.
12+
Expects a string with all ids the `<code>` tag should have.
1313

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

1717
#### # text (optional)
1818
Expects a string with the text that should go into the `<code>` tag.

0 commit comments

Comments
 (0)