diff --git a/docs/03-declarative-layout.md b/docs/03-declarative-layout.md index c27ba19b..b989340d 100644 --- a/docs/03-declarative-layout.md +++ b/docs/03-declarative-layout.md @@ -260,7 +260,7 @@ Code: my_textbox1, -- Left nil, -- Nothing in the middle my_textbox2, -- Right - layout = wibox.layout.fixed.horizontal, + layout = wibox.layout.align.horizontal, }