Skip to content

Commit 1923ff2

Browse files
fix grammar
Co-Authored-By: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
1 parent daf646a commit 1923ff2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

apps/site/pages/en/blog/migrations/v12-to-v14.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: AugustinMauroy
99
# Node.js v12 to v14
1010

1111
<AlertBox level="info" title="!">
12-
This article cover a part of the migration from Node.js v12 to v14. The
12+
This article covers a part of the migration from Node.js v12 to v14. The
1313
userland migrations team is working on more codemods to help you with the
1414
migration.
1515
</AlertBox>

apps/site/pages/en/blog/migrations/v14-to-v16.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: AugustinMauroy
99
# Node.js v14 to v16
1010

1111
<AlertBox level="info" title="!">
12-
This article cover a part of the migration from Node.js v14 to v16. The
12+
This article covers a part of the migration from Node.js v14 to v16. The
1313
userland migrations team is working on more codemods to help you with the
1414
migration.
1515
</AlertBox>

apps/site/pages/en/blog/migrations/v20-to-v22.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: AugustinMauroy
99
# Node.js v20 to v22
1010

1111
<AlertBox level="info" title="!">
12-
This article cover a part of the migration from Node.js v20 to v22. The
12+
This article covers a part of the migration from Node.js v20 to v22. The
1313
userland migrations team is working on more codemods to help you with the
1414
migration.
1515
</AlertBox>

apps/site/pages/en/blog/migrations/v22-to-v24.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ author: AugustinMauroy
99
# Node.js v22 to v24
1010

1111
<AlertBox level="info" title="!">
12-
This article cover a part of the migration from Node.js v22 to v24. The
12+
This article covers a part of the migration from Node.js v22 to v24. The
1313
userland migrations team is working on more codemods to help you with the
1414
migration.
1515

apps/site/pages/en/learn/getting-started/userland-migrations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npx codemod @nodejs/import-assertions-to-attributes
3939

4040
## Understanding Codemods Registry
4141

42-
The [Codemod registry](https://codemod.link/nodejs-official) provides a list of available codemods for Node.js. Some codemods may not be included in the following resources but are still available because they are not related to a specific migration to a Node.js version. Since we only list codemods for EoL deprecations, you may need to explore the registry for other codemods that could be useful for your migrations.
42+
The [Codemod registry](https://codemod.link/nodejs-official) provides a list of available codemods for Node.js. Some codemods may not be included in the following resources but are still available because they are not related to a specific migration to a Node.js version. Since we only list codemods for End-Of-Life (EOL) deprecations, you may need to explore the registry for other codemods that could be useful for your migrations.
4343

4444
> Please note that if you are logged into the Codemod platform, you can like these posts. This helps us to see what users find valuable.
4545

packages/i18n/src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
},
301301
"blog": {
302302
"blogHeader": {
303-
"subtitle": "The latest Node.js news, migrations guides and events summaries",
303+
"subtitle": "The latest Node.js news, migration guides and events summaries",
304304
"rssLink": "RSS feed"
305305
}
306306
}
@@ -331,7 +331,7 @@
331331
"video": "Video",
332332
"weekly": "Weekly Updates",
333333
"wg": "Working Groups",
334-
"migrations": "Migrations Guides",
334+
"migrations": "Migration Guides",
335335
"events": "Events"
336336
}
337337
},

0 commit comments

Comments
 (0)