Fix Typo ("procent" -> "percent") (#1169)
This commit is contained in:
parent
ee937b90ec
commit
16250aee86
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue