From eab22d521b795cd2311e6a757c3ee8e0517de8e5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 13 Oct 2024 11:48:47 -0400 Subject: [PATCH] spelling: unique Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- docs/dicts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dicts.md b/docs/dicts.md index ef441a1b..37dceaa3 100644 --- a/docs/dicts.md +++ b/docs/dicts.md @@ -192,7 +192,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