We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48495b0 commit d79b092Copy full SHA for d79b092
README.md
@@ -157,7 +157,7 @@ You can also check this example on [github](https://github.com/etr/libhttpserver
157
* _http_request:_ Represents the request received by the resource that process it.
158
* _http_response:_ Represents the response sent by the server once the resource finished its work.
159
* _string_response:_ A simple string response.
160
- * _file_response:_ A response getting content from a fail.
+ * _file_response:_ A response getting content from a file.
161
* _basic_auth_fail_response:_ A failure in basic authentication.
162
* _digest_auth_fail_response:_ A failure in digest authentication.
163
* _deferred_response:_ A response getting content from a callback.
0 commit comments