Skip to content

Commit

Permalink
docs: fix typo in recommendations.ts (angular#57521)
Browse files Browse the repository at this point in the history
PR Close angular#57521
  • Loading branch information
realstealthninja authored and alxhub committed Aug 26, 2024
1 parent 6307f97 commit 969dadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/app/features/update/recommendations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 969dadc

Please sign in to comment.