From 1fb72ad4eb7923a41494e139fc46ff6b8efd63aa Mon Sep 17 00:00:00 2001 From: J Wong Date: Tue, 1 Oct 2024 18:17:38 -0400 Subject: [PATCH] Fix typo in usage.md (#2198) --- docs/pages/getting-started/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/getting-started/usage.md b/docs/pages/getting-started/usage.md index d7dac318..3425915f 100644 --- a/docs/pages/getting-started/usage.md +++ b/docs/pages/getting-started/usage.md @@ -195,7 +195,7 @@ Avoid using `setTimeout()` or `requestAnimationFrame()` in situations like this. ### VS Code -Shoelace ships with a file called `vscode.html-custom-data.json` that can be used to describe it's custom elements to Visual Studio Code. This enables code completion for Shoelace components (also known as "code hinting" or "IntelliSense"). To enable it, you need to tell VS Code where the file is. +Shoelace ships with a file called `vscode.html-custom-data.json` that can be used to describe its custom elements to Visual Studio Code. This enables code completion for Shoelace components (also known as "code hinting" or "IntelliSense"). To enable it, you need to tell VS Code where the file is. 1. [Install Shoelace locally](/getting-started/installation#local-installation) 2. If it doesn't already exist, create a folder called `.vscode` at the root of your project