From e71445984153b2fec6e304a7eb74cc2936603efb Mon Sep 17 00:00:00 2001 From: Christopher Keele Date: Thu, 3 Oct 2024 13:14:29 -0500 Subject: [PATCH] Fix typo in Kino.JS moduledocs (#472) --- lib/kino/js.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kino/js.ex b/lib/kino/js.ex index 40626a88..c1716e27 100644 --- a/lib/kino/js.ex +++ b/lib/kino/js.ex @@ -158,7 +158,7 @@ defmodule Kino.JS do On the JavaScript side you are free to use any external packages and bundling tooling, as long as you provide the `main.js` file with the - `init(ctx, data)` entrypoing. Kino itself defines a couple components + `init(ctx, data)` entrypoint. Kino itself defines a couple components using `Kino.JS` and we use [esbuild](https://esbuild.github.io) to bundle their assets, but it's entirely up to you.