Skip to content

Commit d787329

Browse files
authored
Merge pull request #28 from rafaeljacov/rafael
fix typo on line 404 where label content is "label" instead of "hello"
2 parents 9d77d55 + d1231ee commit d787329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const widgets = [
4747
'MenuItem',
4848
'OverLay',
4949
'ProgressBar',
50-
'Reveale',
50+
'Revealer',
5151
'Scrollable',
5252
'Separator',
5353
'Slider',

src/content/docs/config/widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ const label = Widget.Label({
401401
})
402402

403403
// shorthand for { label: 'hello' }
404-
Widget.Label('label')
404+
Widget.Label('hello')
405405
```
406406

407407
### LevelBar

0 commit comments

Comments
 (0)