From dde9716e23f85497df4ea0deba148fd22ac99c6c Mon Sep 17 00:00:00 2001 From: James Reeves Date: Thu, 14 Nov 2024 16:22:42 +0000 Subject: [PATCH] Remove 'lowercased' typo in SPEC response headers Fixes #514. --- SPEC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPEC.md b/SPEC.md index 63c1021e..c03ccdd5 100644 --- a/SPEC.md +++ b/SPEC.md @@ -164,8 +164,8 @@ A representation of the request body that must satisfy the #### :headers -A Clojure map of lowercased header name strings to either a string or -a vector of strings that correspond to the header value or values. +A Clojure map of header name strings to either a string or a vector of +strings that correspond to the header value or values. #### :status