Skip to content

Commit

Permalink
Remove 'lowercased' typo in SPEC response headers
Browse files Browse the repository at this point in the history
Fixes #514.
  • Loading branch information
weavejester committed Nov 14, 2024
1 parent c13b7b5 commit dde9716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dde9716

Please sign in to comment.