Skip to content

Commit c472282

Browse files
MarkTechsonkirjs
authored andcommitted
docs: fix update guide typo
The update from 20 to 21 featured the wrong number, this fixes that
1 parent 1ab461c commit c472282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/app/features/update/recommendations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2752,7 +2752,7 @@ export const RECOMMENDATIONS: Step[] = [
27522752
},
27532753
{
27542754
action:
2755-
"In the application's project directory, run `ng update @angular/core@20 @angular/cli@21` to update your application to Angular v21.",
2755+
"In the application's project directory, run `ng update @angular/core@21 @angular/cli@21` to update your application to Angular v21.",
27562756
level: ApplicationComplexity.Basic,
27572757
necessaryAsOf: 2100,
27582758
possibleIn: 2100,

0 commit comments

Comments
 (0)