Fix typo in intro docs (#1896)

This commit is contained in:
Axel Clark 2023-05-05 00:45:57 -07:00 committed by GitHub
parent 26834934e9
commit 8e1ef73c9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,9 +114,9 @@ by pressing <kbd>?</kbd>.
Elixir code cells also support autocompletion. Autocompletion
happens automatically as you type but you can explicitly trigger
it with <kbd>ctrl</kbd> + <kbd>␣</kbd>. You must have started
executed a cell at least once for the autocompletion engine to
load.
it with <kbd>ctrl</kbd> + <kbd>␣</kbd>. 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 `.`: