From 351fa45789e5b5e2c12d674c6e4de4dd88db01f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Tue, 28 Jan 2025 14:20:19 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Sandra (neko) <165049174+neko-dd@users.noreply.github.com> --- .../cue/reference/components/sinks/base/websocket_server.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/cue/reference/components/sinks/base/websocket_server.cue b/website/cue/reference/components/sinks/base/websocket_server.cue index de88f876af964..ced47c9c1b96d 100644 --- a/website/cue/reference/components/sinks/base/websocket_server.cue +++ b/website/cue/reference/components/sinks/base/websocket_server.cue @@ -31,7 +31,7 @@ base: components: sinks: websocket_server: configuration: { description: """ The socket address to listen for connections on. - It _must_ include a port. + This value _must_ include a port. """ required: true type: string: examples: ["0.0.0.0:80", "localhost:80"]