From d48a89d1ef4ffcedfd7f8b9eb0216e64c1082952 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 1 Jun 2026 18:30:19 -0500 Subject: [PATCH] reword description --- internal/processor/osc-message-create.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/processor/osc-message-create.go b/internal/processor/osc-message-create.go index 33fb613..595a196 100644 --- a/internal/processor/osc-message-create.go +++ b/internal/processor/osc-message-create.go @@ -29,7 +29,7 @@ func init() { }, "args": { Title: "Arguments", - Description: "Arguments for the OSC message", + Description: "arguments for the OSC message", Type: "array", Items: &jsonschema.Schema{ Type: "string", @@ -37,7 +37,7 @@ func init() { }, "types": { Title: "Argument Types", - Description: "string of OSC types corresponding to the arguments", + Description: "string of OSC types corresponding to the arguments in args", Type: "string", }, },