diff --git a/httpbin/core.py b/httpbin/core.py index 305c9882..fddc95f1 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -511,7 +511,7 @@ def view_deflate_encoded_content(): - application/json responses: 200: - description: Defalte-encoded data. + description: Deflate-encoded data. """ return jsonify(get_dict("origin", "headers", method=request.method, deflated=True))