From e549b46b3a34e5b0a8e55fcfc784aeb31b11a3ae Mon Sep 17 00:00:00 2001 From: waltermolina Date: Wed, 2 Sep 2026 20:18:31 -0300 Subject: [PATCH] Fix typo in WebSockets guide Removes extra backtick surrounding POST. --- src/content/docs/guides/road-to-websockets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.