diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5 index 12bce20d..fc2d6eb5 100644 --- a/doc/rofi-theme.5 +++ b/doc/rofi-theme.5 @@ -1040,7 +1040,7 @@ inputbar Packs: \fBprompt,entry,case\-indicator\fR .IP "" 0 . .P -Any widget name starting with \fBtextbox\fR is a textbox widget, all others are boxes that can pack other widgets\. To specify children, set the children property (this always happens on the \fBbox\fR child, see example below): +Any widget name starting with \fBtextbox\fR is a textbox widget, all others are a box widget and can pack other widgets\. To specify children, set the children property (this always happens on the \fBbox\fR child, see example below): . .IP "" 4 . diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown index 7cbb4923..a625c209 100644 --- a/doc/rofi-theme.5.markdown +++ b/doc/rofi-theme.5.markdown @@ -657,8 +657,8 @@ The following exists and automatically pack a subset of the widgets as in the ab * inputbar Packs: `prompt,entry,case-indicator` -Any widget name starting with `textbox` is a textbox widget, all others are -boxes that can pack other widgets. To specify children, set the children +Any widget name starting with `textbox` is a textbox widget, all others are a +box widget and can pack other widgets. To specify children, set the children property (this always happens on the `box` child, see example below): ```