fix(lint): correct typo
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m4s

This commit is contained in:
2025-11-10 17:18:36 +01:00
parent 38d31fae72
commit 3b5507ec1e

View File

@@ -231,7 +231,7 @@ pub fn Scrollable(Model: type, Event: type) type {
scrollbar: bool, scrollbar: bool,
/// Primary color to be used for the scrollbar (and background if enabled) /// Primary color to be used for the scrollbar (and background if enabled)
color: Color = .default, color: Color = .default,
/// With a backgroud the `color` rendered with emphasis `.dim` /// With a background the `color` rendered with emphasis `.dim`
/// will be used to highlight the scrollbar from the background; /// will be used to highlight the scrollbar from the background;
/// otherwise nothing is shown for the background /// otherwise nothing is shown for the background
show_background: bool = false, show_background: bool = false,