From cc24f7ade0929982b8e374aad2a82d6bbee05d19 Mon Sep 17 00:00:00 2001 From: Matthias Max Date: Mon, 8 Mar 2021 15:26:08 +0100 Subject: [PATCH] fix typo (#356) --- docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index ab1a7450..6f723f65 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -98,7 +98,7 @@ Once your bundler is configured, you'll be able to import Shoelace components an import '@shoelace-style/shoelace/dist/shoelace.css'; import { setBasePath, SlButton, SlIcon, SlInput, SlRating } from '@shoelace-style/shoelace'; -// Set the pase path to the folder you copied Shoelace's assets to +// Set the base path to the folder you copied Shoelace's assets to setBasePath('/dist/shoelace'); SlButton.register();