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

This commit is contained in:
hrzlgnm 2024-01-17 10:18:35 +01:00 committed by GitHub
parent dc3e044064
commit 2b21846d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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