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