From 1ce32436b4f3ea92222e928ec63367e3dbea747c Mon Sep 17 00:00:00 2001 From: LIMITLESS-IO <63381667+LIMITLESS-IO@users.noreply.github.com> Date: Wed, 12 Jan 2022 08:23:06 +0200 Subject: [PATCH] Update README.md fixed a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0385f54c..5acd3c13 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ You can also check this example on [github](https://github.com/etr/libhttpserver * _http_request:_ Represents the request received by the resource that process it. * _http_response:_ Represents the response sent by the server once the resource finished its work. * _string_response:_ A simple string response. - * _file_response:_ A response getting content from a fail. + * _file_response:_ A response getting content from a file. * _basic_auth_fail_response:_ A failure in basic authentication. * _digest_auth_fail_response:_ A failure in digest authentication. * _deferred_response:_ A response getting content from a callback.