diff --git a/notes/HTTP.md b/notes/HTTP.md index 57b8aa63..6fec1df9 100644 --- a/notes/HTTP.md +++ b/notes/HTTP.md @@ -232,7 +232,7 @@ CONNECT www.example.com:443 HTTP/1.1 - **500 Internal Server Error** :服务器正在执行请求时发生错误。 -- **503 Service Unavilable** :服务器暂时处于超负载或正在进行停机维护,现在无法处理请求。 +- **503 Service Unavailable** :服务器暂时处于超负载或正在进行停机维护,现在无法处理请求。 # 四、HTTP 首部