Skip to content

Commit

Permalink
docs: fix grammar issue.
Browse files Browse the repository at this point in the history
fixes #6059
  • Loading branch information
Jason3S committed Aug 8, 2024
1 parent 3cd0086 commit 4c8abd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ nav_order: 2

## Node

CSpell requires Node JS to run. Most likely it is already install.
CSpell requires Node.js to run. Most likely it is already installed.

### **Check the node version**

```sh
node -v
```

It should be greater than `14.x`.
It should be greater than `18.x`.

### Resources:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sidebar_label: Installation

## Node

CSpell requires Node JS to run. Most likely it is already install.
CSpell requires Node.js to run. Most likely it is already installed.

### **Check the node version**

Expand Down

0 comments on commit 4c8abd2

Please sign in to comment.