diff --git a/lib/livebook/notebook/explore/elixir_and_livebook.livemd b/lib/livebook/notebook/explore/elixir_and_livebook.livemd index ae83e9e55..673546da2 100644 --- a/lib/livebook/notebook/explore/elixir_and_livebook.livemd +++ b/lib/livebook/notebook/explore/elixir_and_livebook.livemd @@ -21,8 +21,7 @@ Let's move on. ## Autocompletion Elixir code cells also support autocompletion by -pressing ctrl + -( + on a Mac). Try it out by +pressing ctrl + . Try it out by autocompleting the code below to `System.version()`. First put the cursor after the `.` below and press ctrl + :