From 1a88b6b6537fd5297a9c4ad0a53d6cef5f1a83fa Mon Sep 17 00:00:00 2001 From: MonkeybreadSoftware Date: Sun, 11 Dec 2022 20:23:54 +0100 Subject: [PATCH] docs/curl_ws_send: Fixed typo in websocket docs Replace as with is in relevant sentences. Closes: #10081 Reviewed-by: Daniel Gustafsson --- docs/libcurl/curl_ws_send.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libcurl/curl_ws_send.3 b/docs/libcurl/curl_ws_send.3 index b3d2d3f1f9..19c10c32e4 100644 --- a/docs/libcurl/curl_ws_send.3 +++ b/docs/libcurl/curl_ws_send.3 @@ -67,9 +67,9 @@ set. .IP CURLWS_CLOSE Close this transfer. .IP CURLWS_PING -This as a ping. +This is a ping. .IP CURLWS_PONG -This as a pong. +This is a pong. .IP CURLWS_OFFSET The provided data is only a partial fragment and there will be more in a following call to \fIcurl_ws_send()\fP. When sending only a piece of the -- 2.47.3