mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
docs: fix Copilot comments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user