Fix typo in intro_to_kino.livemd (#1915)

This commit is contained in:
Ben Swift 2023-05-21 17:20:22 +10:00 committed by GitHub
parent 495f7bd270
commit 7340c6b204
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ Mix.install([
Throughout the Learning section, we have used Kino several times.
Sometimes we use built-in Kinos, such as using `Kino.Control` and
`Kino.Frame` to [deploy applications](/learn/notebooks/deploy-apps),
other times we used custom Kinos tailired for
other times we used custom Kinos tailored for
[data exploration](/learn/notebooks/intro-to-explorer) or
[plotting](/learn/notebooks/intro-to-vega-lite).