Skip to content

Commit 07c16fd

Browse files
committed
rename span to strong
1 parent b401d7b commit 07c16fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/usage/components/strong_spec.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ class ExamplePage < Matestack::Ui::Page
99

1010
def response
1111
components {
12-
# simple span
12+
# simple strong
1313
strong do
1414
plain 'I am simple'
1515
end
1616

17-
# enhanced span
17+
# enhanced strong
1818
strong id: 'my-id', class: 'my-class' do
1919
plain 'I am enhanced'
2020
end
@@ -41,10 +41,10 @@ class ExamplePage < Matestack::Ui::Page
4141

4242
def response
4343
components {
44-
# simple span
44+
# simple strong
4545
strong text: 'I am simple'
4646

47-
# enhanced span
47+
# enhanced strong
4848
strong id: 'my-id', class: 'my-class', text: 'I am enhanced'
4949
}
5050
end

0 commit comments

Comments
 (0)