docs: fix Copilot comments

This commit is contained in:
Andrew Welker
2025-10-15 12:54:14 -05:00
parent 3e0f318f7f
commit 608601990b
7 changed files with 11 additions and 9 deletions

View File

@@ -72,7 +72,7 @@ namespace PepperDash.Essentials.WebApiHandlers
public MobileControlDirectServer DirectServer => mcController.Config.DirectServer.EnableDirectServer ? new MobileControlDirectServer(mcController.DirectServer) : null;
/// <summary>
/// Create in instace of the <see cref="InformationResponse"/> class.
/// Create an instance of the <see cref="InformationResponse"/> class.
/// </summary>
/// <param name="controller"></param>
public InformationResponse(MobileControlSystemController controller)