Fixing typos (prefer UK english)

This commit is contained in:
Mike Farah
2022-05-25 11:02:18 +10:00
parent 5126f3dfee
commit 1e27e39927
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ Use `eval` to dynamically process an expression - for instance from an environme
`eval` takes a single argument, and evaluates that as a `yq` expression. Any valid expression can be used, beit a path `.a.b.c | select(. == "cat")`, or an update `.a.b.c = "gogo"`.
Tip: This can be useful way parameterize complex scripts.
Tip: This can be useful way parameterise complex scripts.