Skip to content

Commit

Permalink
Fix typo in Kino.JS moduledocs (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
christhekeele authored Oct 3, 2024
1 parent 1641c51 commit e714459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kino/js.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e714459

Please sign in to comment.