Skip to content

Commit 1d1e79c

Browse files
typo fix (#1007)
1 parent d3e77d3 commit 1d1e79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handlers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ associated handlers. Paths can be registered using [`HTTP.register!`](@ref). The
324324
object itself is a "request handler" that can be called like:
325325
```
326326
r = HTTP.Router()
327-
resp = r(reqest)
327+
resp = r(request)
328328
```
329329
330330
Which will inspect the `request`, find the matching, registered handler from the url,

0 commit comments

Comments
 (0)