From 2d4fb6f75c89efea94c5ef38e0ac1b793dd1cd50 Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:09:03 +0600 Subject: [PATCH] docs: fix grammar (#2669) --- docs/1.guide/3.websocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.guide/3.websocket.md b/docs/1.guide/3.websocket.md index 9e8eed1d6f..2f6a9714e3 100644 --- a/docs/1.guide/3.websocket.md +++ b/docs/1.guide/3.websocket.md @@ -4,7 +4,7 @@ icon: cib:socket-io # WebSocket -> Nitro natively support a cross platform WebSocket API +> Nitro natively supports a cross platform WebSocket API Nitro natively supports runtime agnostic [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) API using [CrossWS](https://crossws.unjs.io/) and [H3 WebSocket](https://h3.unjs.io/guide/websocket).