We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb65a1 commit 6a96145Copy full SHA for 6a96145
src/content/docs/config/widgets.md
@@ -70,7 +70,7 @@ const window = Widget.Window({
70
exclusivity: 'normal',
71
keymode: 'on-demand',
72
layer: 'top',
73
- margin: [0, 6],
+ margins: [0, 6],
74
monitor: 0,
75
child: Widget.Label('hello'),
76
})
0 commit comments