fix(lint): correct typo
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m4s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 1m4s
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user