Fix typo in var.true() and var.false() documentation

This commit is contained in:
hrzlgnm 2024-01-17 00:11:10 +01:00
parent f3bd57130c
commit 75a81b29a2

View file

@ -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