From e08f250ee86cde05737f7f55e3022aa23a2e28a2 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Mon, 28 Apr 2025 11:23:06 -0500 Subject: [PATCH] docs; correct spelling Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/docs/Feedback-Classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Feedback-Classes.md b/docs/docs/Feedback-Classes.md index b3847293..4b99361a 100644 --- a/docs/docs/Feedback-Classes.md +++ b/docs/docs/Feedback-Classes.md @@ -121,7 +121,7 @@ public class MyClass ... // changes to VolumeLevelFeedback will automatically propagate to UShortInputSig 123 - // changes to HdcpActiveFeedback will propogate to BoolInputSig 456 + // changes to HdcpActiveFeedback will propagate to BoolInputSig 456 // and these two panel Sigs are updated immediately as well. Display.VolumeLevelFeedback.LinkInputSig(MyTp.UshortInput[123]); MyHdcpDevice.HdcpActiveFeedback.LinkInputSig(MyTp.BoolInput[456]);