Skip to content

Commit

Permalink
docs: fix minor typo (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
loqusion authored Dec 11, 2023
1 parent a9a35c1 commit 77aeb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77aeb54

Please sign in to comment.