diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 70088f2c..6f9069c2 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -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';