Skip to content

Commit ef5359a

Browse files
authored
Merge pull request #39 from Ptitet/patch-1
Fixed typo in widgets.md
2 parents 9bc76a4 + c6b065b commit ef5359a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/config/widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ any additional properties/methods on top of the base Gtk widget.
577577
```js
578578
const menubar = Widget.MenuBar({
579579
setup: self => {
580-
self.append(Widget.Mene())
580+
self.append(Widget.Menu())
581581
}
582582
})
583583
```

0 commit comments

Comments
 (0)