Skip to content

Commit

Permalink
docs: fix grammar issue. (#6064)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Aug 8, 2024
1 parent 3cd0086 commit 484c9d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

### **Check the node version**

```sh
node -v
```

It should be greater than `14.x`.
CSpell requires Node.js version `>=18.0`.

### Resources:

Expand Down
4 changes: 2 additions & 2 deletions website/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ sidebar_label: Installation

## Node

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

### **Check the node version**

```sh
node -v
```

It should be greater than `18.x`.
CSpell requires Node.js version `>=18.0`.

### Resources:

Expand Down

0 comments on commit 484c9d1

Please sign in to comment.