From 8e1ef73c9ec6053cc9e2d3810f669e097c87558c Mon Sep 17 00:00:00 2001 From: Axel Clark Date: Fri, 5 May 2023 00:45:57 -0700 Subject: [PATCH] Fix typo in intro docs (#1896) --- lib/livebook/notebook/learn/intro_to_livebook.livemd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/livebook/notebook/learn/intro_to_livebook.livemd b/lib/livebook/notebook/learn/intro_to_livebook.livemd index b7b747f4e..bf2cb4bde 100644 --- a/lib/livebook/notebook/learn/intro_to_livebook.livemd +++ b/lib/livebook/notebook/learn/intro_to_livebook.livemd @@ -114,9 +114,9 @@ by pressing ?. Elixir code cells also support autocompletion. Autocompletion happens automatically as you type but you can explicitly trigger -it with ctrl + . You must have started -executed a cell at least once for the autocompletion engine to -load. +it with ctrl + . You must start the runtime, +by executing any cell at least once, for the autocompletion engine +to load. Let's try autocompleting the code below to `System.version()`. First put the cursor after the `System` below and type `.`: