Skip to content

Commit c202fac

Browse files
fix grammar
Co-Authored-By: Brian Muenzenmeyer <[email protected]>
1 parent daf646a commit c202fac

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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

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)