From 0073fe459e182ecf466f7e3ac85cad16a67eefbb Mon Sep 17 00:00:00 2001 From: Daniel Inge Date: Wed, 16 Aug 2023 17:37:41 -0400 Subject: [PATCH] Fix typo --- backend/src/controllers/v2/environmentController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/controllers/v2/environmentController.ts b/backend/src/controllers/v2/environmentController.ts index ab553aef3..dcc14a64a 100644 --- a/backend/src/controllers/v2/environmentController.ts +++ b/backend/src/controllers/v2/environmentController.ts @@ -86,7 +86,7 @@ export const createWorkspaceEnvironment = async ( }; /** - * Swaps the ordering of two environments in the database. This is purely for asthetic purposes. + * Swaps the ordering of two environments in the database. This is purely for aesthetic purposes. * @param req * @param res * @returns