diff --git a/README.md b/README.md index 08ae6ce..c1e8ef1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ### Project Creation -Using `Nuxtr: Create Nuxt project` command, you can create a new Nuxt project with a few steps. You can choose a project starter from [Nuxt Startes](https://nuxt.new) or you can add your own project started: +Using `Nuxtr: Create Nuxt project` command, you can create a new Nuxt project with a few steps. You can choose a project starter from [Nuxt Starters](https://nuxt.new) or you can add your own project started: ```JSON "nuxtr.projectTemplates": [ @@ -238,7 +238,7 @@ You can install and configure most CSS frameworks with few steps: - Tailwind CSS. - UnoCSS. - WindiCSS (RIP). -- Vueitfy. +- Vuetify. Same for linters: diff --git a/src/sideBar/src/utilities/vscode.ts b/src/sideBar/src/utilities/vscode.ts index d8d9f96..0b451ae 100644 --- a/src/sideBar/src/utilities/vscode.ts +++ b/src/sideBar/src/utilities/vscode.ts @@ -26,7 +26,7 @@ class VSCodeAPIWrapper { * @remarks When running webview code inside a web browser, postMessage will instead * log the given message to the console. * - * @param message Abitrary data (must be JSON serializable) to send to the extension context. + * @param message Arbitrary data (must be JSON serializable) to send to the extension context. */ public postMessage(message: unknown) { if (this.vsCodeApi) {