Skip to content

Commit 5f96ee0

Browse files
avivkellerCopilot
andauthored
Update apps/site/next-data/generators/releaseData.mjs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Aviv Keller <me@aviv.sh>
1 parent 861ddf0 commit 5f96ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/next-data/generators/releaseData.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const getNodeReleaseStatus = (now, support) => {
1212
}
1313

1414
if (maintenanceStart && now >= new Date(maintenanceStart)) {
15-
return 'Maintainence LTS';
15+
return 'Maintenance LTS';
1616
}
1717

1818
if (ltsStart && now >= new Date(ltsStart)) {

0 commit comments

Comments
 (0)