docs: fix minor typo (#888)

This commit is contained in:
loqusion 2023-12-11 04:25:46 -06:00 committed by GitHub
parent a9a35c1804
commit 77aeb5464d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ As you may have noticed, we are using a couple predefined widgets here. These ar
### 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.
For this, use the `children` placeholder:
```lisp