From d25dbc8d6f81feb6a5f2424828f761563ea2e421 Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Tue, 4 Aug 2020 14:48:13 -0400 Subject: [PATCH] Fixed typo in nickel_setting documentation --- res/doc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/res/doc b/res/doc index 2ce6c60..0c5ecf4 100644 --- a/res/doc +++ b/res/doc @@ -47,10 +47,10 @@ # This is actually the basename of the watch's filename as specified in its KFMon config (i.e., the png). # You can also check the output of the 'list' command via the kfmon-ipc tool. # nickel_setting - : -# action if one of: -# toggle - toggles between true/false -# enable - sets to true -# disable - sets to false +# action is one of: +# toggle - toggles between true/false +# enable - sets to true +# disable - sets to false # setting is one of: # invert - FeatureSettings.InvertScreen # lockscreen - PowerSettings.UnlockEnabled (4.12.12111+) @@ -187,4 +187,4 @@ # planning to update it as new releases are made. # # Note: Do not edit this file directly, as it will be overwritten when updating -# NickelMenu. \ No newline at end of file +# NickelMenu.