Skip to content

Commit c588d67

Browse files
committed
fix misspelled header-post-handler in defaults (close #48)
1 parent 2bd6b1d commit c588d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/devtools/defaults.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@
387387
; -- pluggable api handlers --------------------------------------------------------------------------------------------
388388

389389
:header-pre-handler nil
390-
:header-post-handelr nil
390+
:header-post-handler nil
391391
:has-body-pre-handler nil
392392
:has-body-post-handler nil
393393
:body-pre-handler nil

0 commit comments

Comments
 (0)