Skip to content

docs: typo fix in README #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/sideBar/src/utilities/vscode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down