diff --git a/Dashboard/src/Pages/Settings/CustomSMTP.tsx b/Dashboard/src/Pages/Settings/CustomSMTP.tsx index 3fbdcfa5ba..d9f28ca49a 100644 --- a/Dashboard/src/Pages/Settings/CustomSMTP.tsx +++ b/Dashboard/src/Pages/Settings/CustomSMTP.tsx @@ -328,9 +328,7 @@ const CustomSMTP: FunctionComponent = ( { diff --git a/ProbeAPI/API/Alive.ts b/ProbeAPI/API/Alive.ts index 6725ad8421..cdb12d98cc 100644 --- a/ProbeAPI/API/Alive.ts +++ b/ProbeAPI/API/Alive.ts @@ -19,7 +19,7 @@ router.post( ): Promise => { try { // middleware marks the probe as alive. - // so we dont need to do anything here. + // so we don't need to do anything here. return Response.sendEmptyResponse(req, res); } catch (err) { return next(err);