diff --git a/src/content/docs/guides/road-to-websockets.md b/src/content/docs/guides/road-to-websockets.md index 7e57522..5f319a8 100644 --- a/src/content/docs/guides/road-to-websockets.md +++ b/src/content/docs/guides/road-to-websockets.md @@ -182,7 +182,7 @@ adding new capabilities. Some key changes: - Header fields including rich metadata about the request and response (HTTP version number, status code, content type). -- Two new methods — `HEAD` and `POST``. +- Two new methods — `HEAD` and `POST`. - Additional content types (e.g., scripts, stylesheets, or media), so that the response was no longer restricted to hypertext.