From efbc36a6f7aa7bffbcf82536e9e5599d6ec4c7a8 Mon Sep 17 00:00:00 2001 From: zhihuz <139523949+zhihuizhang17@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:47:14 +0800 Subject: [PATCH] Fix a typo (#2824) --- lib/livebook/hubs/team.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/hubs/team.ex b/lib/livebook/hubs/team.ex index f425fa61eac..83e5be63ec7 100644 --- a/lib/livebook/hubs/team.ex +++ b/lib/livebook/hubs/team.ex @@ -146,7 +146,7 @@ defimpl Livebook.Hubs.Provider, for: Livebook.Hubs.Team do "You are running an offline Workspace for deployment. You cannot modify its settings." team.user_id == nil -> - "You are running a Livebook app server. This worksace is in read-only mode." + "You are running a Livebook app server. This workspace is in read-only mode." reason = TeamClient.get_connection_status(team.id) -> "Cannot connect to Teams: #{reason}.\nWill attempt to reconnect automatically..."