From d5f7e15dfb140bcb7a54ff7f7b5bd6a6759cb853 Mon Sep 17 00:00:00 2001 From: Aiden McClelland <3732071+dr-bonez@users.noreply.github.com> Date: Tue, 26 Jul 2022 17:32:37 -0600 Subject: [PATCH] fix typo (#1702) --- .../src/app/pages/server-routes/server-show/server-show.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts index a913da86f..116d83b3b 100644 --- a/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts +++ b/frontend/projects/ui/src/app/pages/server-routes/server-show/server-show.page.ts @@ -201,7 +201,7 @@ export class ServerShowPage { await this.embassyApi.shutdownServer({}) this.presentAlertInProgress( action, - '.

You will need to physcally power cycle the device to regain connectivity.', + '.

You will need to physically power cycle the device to regain connectivity.', ) } catch (e: any) { this.errToast.present(e)