From ef8a6666d2dfb6e72f46808f984404069e1fd5e4 Mon Sep 17 00:00:00 2001 From: Dominic Monroe Date: Fri, 20 Aug 2021 21:11:03 +0100 Subject: [PATCH] Fix typo: ot -> to --- src/malli/error.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/malli/error.cljc b/src/malli/error.cljc index 6527d4b26..199939775 100644 --- a/src/malli/error.cljc +++ b/src/malli/error.cljc @@ -302,7 +302,7 @@ (defn humanize "Humanized a explanation. Accepts the following optitons: - - `:wrap`, a function of `error -> message`, defaulting ot `:message` + - `:wrap`, a function of `error -> message`, defaulting to `:message` - `:resolve`, a function of `explanation error options -> path message`" ([explanation] (humanize explanation nil))