From 290a896d4c839584ad5e71447e2304f7234af131 Mon Sep 17 00:00:00 2001 From: Mumtaz Ali Shah Date: Fri, 9 Sep 2022 04:01:34 +0500 Subject: [PATCH] "Controler" spelling correction to "Controller" --- CommandsService/Controllers/PlatformsController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommandsService/Controllers/PlatformsController.cs b/CommandsService/Controllers/PlatformsController.cs index 844e772..e61a751 100644 --- a/CommandsService/Controllers/PlatformsController.cs +++ b/CommandsService/Controllers/PlatformsController.cs @@ -35,7 +35,7 @@ public ActionResult TestInboundConnection() { Console.WriteLine("--> Inbound POST # Command Service"); - return Ok("Inbound test of from Platforms Controler"); + return Ok("Inbound test of from Platforms Controller"); } } -} \ No newline at end of file +}