diff --git a/docs/components.md b/docs/components.md index 159dfc0..23bcacc 100644 --- a/docs/components.md +++ b/docs/components.md @@ -224,7 +224,7 @@ core.run("#prepare") # function #demo:core/prepare ``` -#### Component.data: *dict[str, Any]* +#### Component.data A `dict` object to store anything that might belong to a specific component. All components are created with an empty `data` field.