Skip to content

Commit

Permalink
Merge pull request #78 from kantuni/patch-9
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ryan-haskell committed Apr 19, 2023
2 parents 7066b06 + bf32c85 commit 7f9b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/working-with-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ Now that we have that web component file, we'll need to import it into our `src/
Back in `src/interop.js`, and this line to the top of your file:

```js {1}
import './webcomponents/forest-demo.js'
import './web-components/forest-demo.js'

// ...
```
Expand Down

0 comments on commit 7f9b08e

Please sign in to comment.