fix typos

This commit is contained in:
Emilio Cantú
2026-01-10 22:03:41 -05:00
parent 7bc8edf7c3
commit 090cd720c1
3 changed files with 3 additions and 3 deletions

View File

@@ -1174,7 +1174,7 @@ keys $myDict | sortAlpha
```
When supplying multiple dictionaries, the keys will be concatenated. Use the `uniq`
function along with `sortAlpha` to get a unqiue, sorted list of keys.
function along with `sortAlpha` to get a unique, sorted list of keys.
```
keys $myDict $myOtherDict | uniq | sortAlpha