mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-30 00:34:29 +08:00
Fix typo (#2825)
This commit is contained in:
parent
fad65f1acb
commit
0ae9c1871d
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ defmodule Livebook.Runtime.Fly do
|
|||
{:error, %{message: message}} ->
|
||||
{:error,
|
||||
"failed while waiting for the machine to start, reason: #{message}." <>
|
||||
" See the app logs in the Fly.io dashbaord to determine the reason"}
|
||||
" See the app logs in the Fly.io dashboard to determine the reason"}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue