Skip to content

Commit bbcd35c

Browse files
committed
doc: fixup two typos
1 parent e02a572 commit bbcd35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http-easy/http-easy.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ scheme and url-encode the path to the socket as the host.
486486

487487
A @deftech{middleware procedure} may be used to customize the request
488488
processing behavior of a @tech{session}. For example, you can use
489-
middleware to track telemetry about requests. Or, you can use it
489+
middleware to track telemetry about requests. Or, you can use them
490490
implement OAuth re-authorization flows.
491491

492492
@history[#:added "0.11"]
@@ -679,7 +679,7 @@ implement OAuth re-authorization flows.
679679
than @racket[t] seconds.
680680

681681
@history[
682-
#:changed "0.9" @elem{Added the @racket[#t] argument.}
682+
#:changed "0.9" @elem{Added the @racket[t] argument.}
683683
]
684684
}
685685

0 commit comments

Comments
 (0)