Fix typo in custom_kinos.livemd (#1292)

This commit is contained in:
Basile Nouvellet 2022-07-22 20:30:21 +01:00 committed by GitHub
parent f7da416bd9
commit 9cbecb6871
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,7 +95,7 @@ which is an established solution in this area.
Our custom kino must use both `Kino.JS` (for the assets) Our custom kino must use both `Kino.JS` (for the assets)
and `Kino.JS.Live`. `Kino.JS.Live` works under the client-server and `Kino.JS.Live`. `Kino.JS.Live` works under the client-server
paradigm, where the client is the JavaScript code, and the server paradigm, where the client is the JavaScript code, and the server
is your ELixir code. Your Elixir code has to define a series of is your Elixir code. Your Elixir code has to define a series of
callbacks (similar to a [`GenServer`](https://hexdocs.pm/elixir/GenServer.html) callbacks (similar to a [`GenServer`](https://hexdocs.pm/elixir/GenServer.html)
and other Elixir behaviours). In particular, we need to define: and other Elixir behaviours). In particular, we need to define: