fix typo in Intro To Livebook (#499)

This commit is contained in:
nathanbegbie 2021-08-18 13:36:09 +01:00 committed by GitHub
parent 65c35fa95a
commit 1afcd7030e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ You still have access to all the previous data:
The important characteristic of a branching section is that The important characteristic of a branching section is that
it runs independently from other sections and as such is well it runs independently from other sections and as such is well
suited for running long computations "in backgroud". suited for running long computations "in background".
```elixir ```elixir
Process.sleep(300_000) Process.sleep(300_000)