From 24f6134735e3928e20d33da494ce73b8d1f4995a Mon Sep 17 00:00:00 2001 From: psteeve Date: Tue, 2 Apr 2019 17:18:00 +0200 Subject: [PATCH] Fix Typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5d580f1..be55c1e 100644 --- a/README.markdown +++ b/README.markdown @@ -164,7 +164,7 @@ Dexador reuses a connection by default. As it skips a TCP handshake, it would be ### Handling unexpected HTTP status code -Dexador singals a condition `http-request-failed` when the server returned 4xx or 5xx status code. +Dexador signals a condition `http-request-failed` when the server returned 4xx or 5xx status code. ```common-lisp ;; Handles 400 bad request