From 6cf3f9b8e9046f563859f39b6f3e094f9ea53890 Mon Sep 17 00:00:00 2001 From: Brendan T White Date: Wed, 22 Apr 2026 21:29:40 +0930 Subject: [PATCH] Fix typo in CustomName description --- gdtf-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdtf-spec.md b/gdtf-spec.md index 4bf17103..eb0bea05 100644 --- a/gdtf-spec.md +++ b/gdtf-spec.md @@ -1933,7 +1933,7 @@ currently defined XML attributes of channel function are specified in | DMXProfile | [Node](#user-content-attrtype-node ) | Optional link to DMX Profile; Starting point: DMX Profile Collect | | Min | [Float](#user-content-attrtype-float ) | Minimum Physical Value that will be used for the DMX Profile. Default: Value from PhysicalFrom | | Max | [Float](#user-content-attrtype-float ) | Maximum Physical Value that will be used for the DMX Profile. Default: Value from PhysicalTo | -| CustomName | [String](#user-content-attrtype-string ) | Custom Name that can he used do adress this channel function with other command based protocols like OSC. Default: Node Name of the Channel function Example: Head_Dimmer.Dimmer.Dimmer | +| CustomName | [String](#user-content-attrtype-string ) | Custom Name that can be used to adress this channel function with other command based protocols like OSC. Default: Node Name of the Channel function Example: Head_Dimmer.Dimmer.Dimmer |