Skip to content

Commit

Permalink
docs(dynamic values): fix missing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Oct 15, 2024
1 parent 8c57d2b commit 56153f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dynamic values.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Dynamic booleans can use a single source of either a script or variable to contr

For scripts, you can just write these directly with no notation.
Only polling scripts are supported.
The script exit code is used, where `0` is `true` and any other code is `false.
The script exit code is used, where `0` is `true` and any other code is `false`.

For variables, use the standard `#name` notation.
An empty string, `0` and `false` are treated as false.
Expand Down

0 comments on commit 56153f1

Please sign in to comment.