docs: fix minor typo (#888)
This commit is contained in:
parent
a9a35c1804
commit
77aeb5464d
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ As you may have noticed, we are using a couple predefined widgets here. These ar
|
||||||
|
|
||||||
|
|
||||||
### Rendering children in your widgets
|
### Rendering children in your widgets
|
||||||
As your configuration grows, you might want to improve the structure of you config by factoring out functionality into basic reusable widgets.
|
As your configuration grows, you might want to improve the structure of your config by factoring out functionality into basic reusable widgets.
|
||||||
Eww allows you to create custom wrapper widgets that can themselves take children, just like some of the built-in widgets like `box` or `button` can.
|
Eww allows you to create custom wrapper widgets that can themselves take children, just like some of the built-in widgets like `box` or `button` can.
|
||||||
For this, use the `children` placeholder:
|
For this, use the `children` placeholder:
|
||||||
```lisp
|
```lisp
|
||||||
|
|
Loading…
Add table
Reference in a new issue