Skip to content

Commit

Permalink
Fix Typo ("procent" -> "percent") (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
schrottkatze authored Aug 25, 2024
1 parent ee937b9 commit 16250ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/eww/src/config/inbuilt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 16250ae

Please sign in to comment.