From e06a92fedcb16259d6153a0992f19bb11d2edfbd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 16 Mar 2017 20:33:13 -0400 Subject: [PATCH] spelling --- httpbin/templates/httpbin.1.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 3a1443b..cb73397 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -17,7 +17,7 @@
  • /encoding/utf8 Returns page containing UTF-8 data.
  • /gzip Returns gzip-encoded data.
  • /deflate Returns deflate-encoded data.
  • -
  • /brotli Returns brotili-encoded data.
  • +
  • /brotli Returns brotli-encoded data.
  • /status/:code Returns given HTTP Status code.
  • /response-headers?key=val Returns given response headers.
  • /redirect/:n 302 Redirects n times.