Skip to content

Commit

Permalink
Merge pull request #77 from kantuni/patch-8
Browse files Browse the repository at this point in the history
Remove unnecessary word
  • Loading branch information
ryan-haskell committed Apr 19, 2023
2 parents cfdb19d + 698a125 commit c846336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/working-with-js.md
Expand Up @@ -450,7 +450,7 @@ export const onReady = ({ app, env }) => {

Another great way to work with existing JavaScript libraries is to define custom [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components) that are rendered within your Elm application.

Just like a `<div>` or a `<span>`, you can render a `<my-custom-thing>` tag within your Elm application. That HTML element can run be used to safely embed your own JavaScript components.
Just like a `<div>` or a `<span>`, you can render a `<my-custom-thing>` tag within your Elm application. That HTML element can be used to safely embed your own JavaScript components.

It's common to do this for things like Google Maps, or if you're embedding an existing React or Vue application within a mostly Elm app.

Expand Down

0 comments on commit c846336

Please sign in to comment.