From 4fa8433e73574e456b8aa0dd3423c6e0460e87d7 Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Tue, 22 Jul 2025 11:19:10 -0500 Subject: [PATCH] docs: change wording Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs b/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs index 7c09a40d..6317fb01 100644 --- a/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs +++ b/src/PepperDash.Essentials.Core/Routing/TieLineConfig.cs @@ -29,7 +29,7 @@ namespace PepperDash.Essentials.Core.Config public string SourceCard { get; set; } /// - /// Gets or sets the SourcePort + /// The key of the source output port, used to identify the specific port on the source device for routing. /// public string SourcePort { get; set; }