From 4ce74403dcf060dafdacd6ad70ab42c17ef0cec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 23 Jun 2025 21:41:35 +0200 Subject: [PATCH] relay/api: fix typo in OpenAPI document --- src/plugins/relay/api/weechat-relay-api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/relay/api/weechat-relay-api.yaml b/src/plugins/relay/api/weechat-relay-api.yaml index f1b2d2d7e..6d7186765 100644 --- a/src/plugins/relay/api/weechat-relay-api.yaml +++ b/src/plugins/relay/api/weechat-relay-api.yaml @@ -180,7 +180,7 @@ paths: tags: - buffers description: | - Get buffer by full name, with optional lines and nicks. + Get a single buffer by full name, with optional lines and nicks. operationId: getBufferByName parameters: - $ref: '#/components/parameters/totp'