From 0ae9c1871d7aab197af4794797131f431109082e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Fri, 11 Oct 2024 02:06:53 -0300 Subject: [PATCH] Fix typo (#2825) --- lib/livebook/runtime/fly.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/runtime/fly.ex b/lib/livebook/runtime/fly.ex index bbaeffc206a..de0d8625003 100644 --- a/lib/livebook/runtime/fly.ex +++ b/lib/livebook/runtime/fly.ex @@ -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