From be008c765006dafa385d43edd35f9a24a10532e6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 18 Oct 2023 12:47:21 +0200 Subject: [PATCH] Fix: typo in intro_to_livebook.livemd (#2283) --- lib/livebook/notebook/learn/intro_to_livebook.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/notebook/learn/intro_to_livebook.livemd b/lib/livebook/notebook/learn/intro_to_livebook.livemd index db0ce5e01..7136b7e0a 100644 --- a/lib/livebook/notebook/learn/intro_to_livebook.livemd +++ b/lib/livebook/notebook/learn/intro_to_livebook.livemd @@ -224,7 +224,7 @@ let's check it out. ### Communication and automation of Elixir systems You may also deploy notebooks as applications that automate and monitor -live Elixir systems. By cliking on "+ Smart cell", you will find Livebook +live Elixir systems. By clicking on "+ Smart cell", you will find Livebook provides a "Remote execution" widget, that allows you to configure the node name, cookie, and the code you want to execute on the remote node.