Skip to content

Commit

Permalink
Fix formatting (#9621)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored Dec 23, 2024
1 parent 7da7c34 commit aa476d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ for more detail.
=== Tokens
A token reference is a key token starting with `$`, optionally enclosed between
`{` and `}`, i.e. `$ref`, `pass:[${ref}]`. Even a key composed of more than one token
`{` and `}`, i.e. `$ref` or `${ref}`. Even a key composed of more than one token
can be referenced in another key, i.e. `${env.ref}`.
As an example use case, you can use token references to declare the default values (see
Expand Down

0 comments on commit aa476d4

Please sign in to comment.