From 658a0ab7c99d96c746fe8be2ab911559eda800f2 Mon Sep 17 00:00:00 2001 From: Martey Dodoo Date: Thu, 10 Oct 2024 17:22:25 -0400 Subject: [PATCH] Fix typo Change "additionnal" to "additional". --- freon@UshakovVasilii_Github.yahoo.com/prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freon@UshakovVasilii_Github.yahoo.com/prefs.js b/freon@UshakovVasilii_Github.yahoo.com/prefs.js index 1941ec9..68faf04 100644 --- a/freon@UshakovVasilii_Github.yahoo.com/prefs.js +++ b/freon@UshakovVasilii_Github.yahoo.com/prefs.js @@ -100,7 +100,7 @@ export default class FreonPreferences extends ExtensionPreferences { group.add(this._addSwitch("Show Rotation Rate Unit", "show-rotationrate-unit")); group.add(this._addSwitch("Show Voltage Unit", "show-voltage-unit")); group.add(this._addSwitch("Show Power Unit", "show-power-unit")); - group.add(this._addSwitch("Show Decimal Values", "show-decimal-value", "Show additionnal digits after decimal point")); + group.add(this._addSwitch("Show Decimal Values", "show-decimal-value", "Show additional digits after decimal point")); return group; }