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 `.`: