We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65d594 commit 965dacaCopy full SHA for 965daca
chartlets.py/chartlets/components/box.py
@@ -8,7 +8,7 @@ class Box(Container):
8
"""The Box component is a generic container for grouping other components.
9
It's a fundamental building block. Think of it as an HTML `<div>` element.
10
11
- Use the `style` attribute how to layout the box and its child components.
+ Use the `style` attribute to layout the box and its child components.
12
"""
13
14
component: str | None = None
0 commit comments