diff --git a/basis/http/client/client-docs.factor b/basis/http/client/client-docs.factor index 757f07483c..d5f50de109 100644 --- a/basis/http/client/client-docs.factor +++ b/basis/http/client/client-docs.factor @@ -139,7 +139,7 @@ $nl } "Submission data for POST and PUT requests:" { $subsections "http.client.post-data" } -"More esoteric use-cases, for example HTTP methods other than the above, are accomodated by constructing an empty request object with " { $link } " and filling everything in by hand." +"More esoteric use-cases, for example HTTP methods other than the above, are accommodated by constructing an empty request object with " { $link } " and filling everything in by hand." { $subsections "http.client.encoding" "http.client.errors"