diff --git a/thaw/src/drawer/docs/mod.md b/thaw/src/drawer/docs/mod.md index 7c5d65d4..5e821fae 100644 --- a/thaw/src/drawer/docs/mod.md +++ b/thaw/src/drawer/docs/mod.md @@ -219,5 +219,5 @@ view! { | Name | Type | Default | Description | | ---------- | ------------------- | -------------------- | ---------------------------------------- | | class | `MaybeProp` | `Default::default()` | | -| scrollable | `Signal` | `true` | Allows the drawer body to be scrollable. | +| scrollable | `bool` | `true` | Allows the drawer body to be scrollable. | | children | `Children` | | |