This commit is contained in:
Cory LaViska
2020-07-19 11:34:12 -04:00
parent 8911ea222d
commit 567ebf3914

View File

@@ -36,7 +36,7 @@ Once you've done that, add the following tags to your page. Make sure to update
A [custom elements bundle](https://stenciljs.com/docs/custom-elements) is also exposed so you can import components and register them individually. This is a flexible alternative to the lazy loading approach described above.
To import a single Shoelace components, use this syntax.
To import a single Shoelace component, use this syntax.
```js
import { Button } from '@shoelace-style/shoelace/dist/custom-elements';