Skip to content

Commit d79b092

Browse files
authored
Update README.md (etr#251)
fixed a typo in README.md
1 parent 48495b0 commit d79b092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ You can also check this example on [github](https://github.com/etr/libhttpserver
157157
* _http_request:_ Represents the request received by the resource that process it.
158158
* _http_response:_ Represents the response sent by the server once the resource finished its work.
159159
* _string_response:_ A simple string response.
160-
* _file_response:_ A response getting content from a fail.
160+
* _file_response:_ A response getting content from a file.
161161
* _basic_auth_fail_response:_ A failure in basic authentication.
162162
* _digest_auth_fail_response:_ A failure in digest authentication.
163163
* _deferred_response:_ A response getting content from a callback.

0 commit comments

Comments
 (0)