Skip to content

Commit

Permalink
Fix a typo (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihuizhang17 authored Oct 15, 2024
1 parent e487c56 commit efbc36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook/hubs/team.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit efbc36a

Please sign in to comment.