We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e02a572 commit bbcd35cCopy full SHA for bbcd35c
http-easy/http-easy.scrbl
@@ -486,7 +486,7 @@ scheme and url-encode the path to the socket as the host.
486
487
A @deftech{middleware procedure} may be used to customize the request
488
processing behavior of a @tech{session}. For example, you can use
489
-middleware to track telemetry about requests. Or, you can use it
+middleware to track telemetry about requests. Or, you can use them
490
implement OAuth re-authorization flows.
491
492
@history[#:added "0.11"]
@@ -679,7 +679,7 @@ implement OAuth re-authorization flows.
679
than @racket[t] seconds.
680
681
@history[
682
- #:changed "0.9" @elem{Added the @racket[#t] argument.}
+ #:changed "0.9" @elem{Added the @racket[t] argument.}
683
]
684
}
685
0 commit comments