From c085bad7d9cf6931b1a63b77cdc09a3fc5328035 Mon Sep 17 00:00:00 2001 From: Justin Tracey Date: Mon, 26 Feb 2024 05:29:58 +0000 Subject: [PATCH] Relay API spec: missing trailing paren --- specs/2023-005-relay-http-rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/2023-005-relay-http-rest-api.md b/specs/2023-005-relay-http-rest-api.md index 4d07ac0..bacf253 100644 --- a/specs/2023-005-relay-http-rest-api.md +++ b/specs/2023-005-relay-http-rest-api.md @@ -816,7 +816,7 @@ HTTP/1.1 403 Forbidden Websocket is used to make a persistent connection between the client and WeeChat and receive events in real-time if synchronization is enabled with [Sync resource](#resource-sync). -Authentication must be done only one time when a websocket is used (see [Authentication](#authentication). +Authentication must be done only one time when a websocket is used (see [Authentication](#authentication)). #### Handshake