Fix a typo (#2824)

This commit is contained in:
zhihuz 2024-10-15 19:47:14 +08:00 committed by GitHub
parent e487c56d1c
commit efbc36a6f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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..."