Fixing typos

This commit is contained in:
Mike Farah
2022-05-25 11:01:35 +10:00
parent 27a14ec188
commit deb7aeb966
10 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Encode operators will take the piped in object structure and encode it as a stri
Note that you can optionally pass an indent value to the encode functions (see below).
These operators are useful to process yaml documents that have stringified embeded yaml/json/props in them.
These operators are useful to process yaml documents that have stringified embedded yaml/json/props in them.
| Format | Decode (from string) | Encode (to string) |