From 62cb98d9206280846f53cfdf0950ba987904ed2c Mon Sep 17 00:00:00 2001 From: Jess Date: Sat, 18 May 2024 16:51:54 -0400 Subject: [PATCH 1/2] chore: typo fix in README --- README.md | 2 +- src/sideBar/src/utilities/vscode.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08ae6ce..72c3fae 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": [ 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) { From 1bb86b93cb2029e30fbdc209dbcc0542699df3d3 Mon Sep 17 00:00:00 2001 From: Jess Date: Tue, 21 May 2024 23:49:33 -0400 Subject: [PATCH 2/2] typo: Vueitfy => Vuetify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72c3fae..c1e8ef1 100644 --- a/README.md +++ b/README.md @@ -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: