docs: fix typo in recommendations.ts (#57521)

PR Close #57521
This commit is contained in:
realstealthninja
2024-08-26 09:28:27 +05:30
committed by Alex Rickabaugh
parent 6307f976d2
commit 969dadc8e2
@@ -2094,7 +2094,7 @@ export const RECOMMENDATIONS: Step[] = [
level: ApplicationComplexity.Basic,
step: 'v17 zone.js support',
action:
'Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v16 supports Zone.js version 0.14.x or later.',
'Make sure that you are using a supported version of Zone.js before you upgrade your application. Angular v17 supports Zone.js version 0.14.x or later.',
},
{
possibleIn: 1700,