diff --git a/docs/03-declarative-layout.md b/docs/03-declarative-layout.md index c27ba19b6..b989340dd 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, }