Note is not relevant to bold text, rather to the ButtonView

This commit is contained in:
Gavin King 2018-07-25 12:38:22 +02:00
parent 06b0ac7fae
commit d842cea379

View File

@ -10,7 +10,7 @@ storiesOf('Addon|Notes', module)
() => ({
Component: ButtonView,
}),
{ notes: 'My notes on some bold text' }
{ notes: 'My notes on the ButtonView component' }
)
.add(
'Note with HTML',