From f3cee153787ca0ddf8af8e9657f5b3dc85273287 Mon Sep 17 00:00:00 2001 From: Teodor Heggelund Date: Tue, 1 Jul 2025 16:27:54 +0200 Subject: [PATCH] Fix a typo in `wrap-hiccup`'s docstring --- src/nextjournal/impulse.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextjournal/impulse.clj b/src/nextjournal/impulse.clj index 2989866..bd97117 100644 --- a/src/nextjournal/impulse.clj +++ b/src/nextjournal/impulse.clj @@ -49,7 +49,7 @@ :init {})) (defn wrap-hiccup - "Middleware that interprets anything enclosed in a vector as Hiccup, which it converts to an HTML string with an appropriate response envelop." + "Middleware that interprets anything enclosed in a vector as Hiccup, which it converts to an HTML string with an appropriate response envelope." [f] (fn [req] (let [res (f req)]