Skip to content

Commit 8fc95f5

Browse files
chore(docs): Clarify language in v4 to v5 migration guide (#37007)
Co-authored-by: Lennart <[email protected]>
1 parent 1cfd9b8 commit 8fc95f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/release-notes/migrating-from-v4-to-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Or run
5252
npm install gatsby@latest
5353
```
5454

55-
Please note: If you use npm 7 you'll want to use the `--legacy-peer-deps` option when following the instructions in this guide. For example, the above command would be:
55+
Please note: If you use npm 7 or higher you'll want to use the `--legacy-peer-deps` option when following the instructions in this guide. For example, the above command would be:
5656

5757
```shell
5858
npm install gatsby@latest --legacy-peer-deps

0 commit comments

Comments
 (0)