From 028f315ba850a5059fdfcac114b4f93a87c63f5a Mon Sep 17 00:00:00 2001 From: Chan Wei Qi Date: Sat, 3 Jun 2023 16:38:19 -0400 Subject: [PATCH] docs: fix typo (#781) Fixed a typo: withing --> within --- docs/src/expression_language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`).