Fix Typo ("procent" -> "percent") (#1169)

This commit is contained in:
Schrottkatze
2024-08-25 16:03:33 +00:00
committed by GitHub
parent ee937b90ec
commit 16250aee86

View File

@@ -42,7 +42,7 @@ define_builtin_vars! {
// @prop { <mount_point>: { 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 { <name>: { capacity, status } }
"EWW_BATTERY" [2] => || Ok(DynVal::from(
match get_battery_capacity() {