Skip to content

Commit 2b21846

Browse files
authored
Fix typo in var.true() and var.false() documentation (#151)
1 parent dc3e044 commit 2b21846

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/var.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ==============================================================================
99

1010
# ------------------------------------------------------------------------------
11-
# Checks if a give value is true.
11+
# Checks if a given value is true.
1212
#
1313
# Arguments:
1414
# $1 value
@@ -26,7 +26,7 @@ function bashio::var.true() {
2626
}
2727

2828
# ------------------------------------------------------------------------------
29-
# Checks if a give value is false.
29+
# Checks if a given value is false.
3030
#
3131
# Arguments:
3232
# $1 value

0 commit comments

Comments
 (0)