mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-03 18:41:31 +00:00
Fix typo in var.true() and var.false() documentation (#151)
This commit is contained in:
parent
dc3e044064
commit
2b21846d28
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue