Skip to content

Commit

Permalink
Fix typo (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobarauna authored Oct 11, 2024
1 parent fad65f1 commit 0ae9c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook/runtime/fly.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0ae9c18

Please sign in to comment.