diff --git a/crates/eww/src/config/inbuilt.rs b/crates/eww/src/config/inbuilt.rs index 4032325b..ba299395 100644 --- a/crates/eww/src/config/inbuilt.rs +++ b/crates/eww/src/config/inbuilt.rs @@ -42,7 +42,7 @@ define_builtin_vars! { // @prop { : { name, total, free, used, used_perc } } "EWW_DISK" [2] => || Ok(DynVal::from(get_disks())), - // @desc EWW_BATTERY - Battery capacity in procent of the main battery + // @desc EWW_BATTERY - Battery capacity in percent of the main battery // @prop { : { capacity, status } } "EWW_BATTERY" [2] => || Ok(DynVal::from( match get_battery_capacity() {