Skip to content

Commit 32e646a

Browse files
committed
change Main to Meter. Add extra line
1 parent c0ff278 commit 32e646a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
%meter{@tag_attributes}
22
- if block_given?
3-
= yield
3+
= yield
4+

docs/components/meter.md

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

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

@@ -10,10 +10,10 @@ Use the Meter component to implement `<meter>` tag.
1010
Expects a number thats is the current value of the gauge.
1111

1212
#### # id (optional)
13-
Expects a string with all ids the main should have.
13+
Expects a string with all ids the meter should have.
1414

1515
#### # class (optional)
16-
Expects a string with all classes the main should have.
16+
Expects a string with all classes the meter should have.
1717

1818
#### # min (optional)
1919
Expects a number that defines the minimum value of the range.

0 commit comments

Comments
 (0)