docs: fix typo (#781)

Fixed a typo: withing --> within
This commit is contained in:
Chan Wei Qi 2023-06-03 16:38:19 -04:00 committed by GitHub
parent e76206817d
commit 028f315ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"`).