From 57d4039e5cffa49331cda88434d05a5b1a98d910 Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Thu, 13 Apr 2023 14:30:09 +0100
Subject: [PATCH] spelling fix to appease lord Feli

---
 backend-services/user-service/controllers/appController.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend-services/user-service/controllers/appController.js b/backend-services/user-service/controllers/appController.js
index 32b8a9d3..b3aa4252 100644
--- a/backend-services/user-service/controllers/appController.js
+++ b/backend-services/user-service/controllers/appController.js
@@ -75,7 +75,7 @@ export async function register(req,res){
 
                       }).catch(error => {
                           return res.status(500).send({
-                              error : "Enable to hashed password"
+                              error : "Enable to hash password"
                           })
                       })
               }
-- 
GitLab