diff --git a/docs/src/expression_language.md b/docs/src/expression_language.md index 65c7bc8..f6a4ecd 100644 --- a/docs/src/expression_language.md +++ b/docs/src/expression_language.md @@ -2,7 +2,7 @@ Yuck includes a small expression language that can be used to run several operations on your data. This can be used to show different values depending on certain conditions, -do mathematic operations, and even access values withing JSON-structures. +do mathematic operations, and even access values within JSON-structures. These expressions can be placed anywhere within your configuration inside `{ ... }`, as well as within strings, inside string-interpolation blocks (`"foo ${ ... } bar"`).