Skip to content

Commit

Permalink
fix: fixed unwanted change in available-shorthands doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinsky committed Mar 9, 2023
1 parent 137c26e commit 6dceea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/available-shorthands.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Example:

## boolean
The value must be bool or castable to bool.
~~- allowed `true` values: `1, '1', 'on', true`~~
- allowed `true` values: `1, '1', 'on', true`
- allowed `false` values: `0, '0', 'off', false`

Note: can also be written as `bool`
Expand Down

0 comments on commit 6dceea7

Please sign in to comment.