From 2b21846d284022ce87868c81113fa630b8e6d67a Mon Sep 17 00:00:00 2001 From: hrzlgnm Date: Wed, 17 Jan 2024 10:18:35 +0100 Subject: [PATCH] Fix typo in var.true() and var.false() documentation (#151) --- lib/var.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/var.sh b/lib/var.sh index d85f0f5..6277f9a 100644 --- a/lib/var.sh +++ b/lib/var.sh @@ -8,7 +8,7 @@ # ============================================================================== # ------------------------------------------------------------------------------ -# Checks if a give value is true. +# Checks if a given value is true. # # Arguments: # $1 value @@ -26,7 +26,7 @@ function bashio::var.true() { } # ------------------------------------------------------------------------------ -# Checks if a give value is false. +# Checks if a given value is false. # # Arguments: # $1 value