Skip to content

Commit

Permalink
refactor(core): drop next prefix from hydration guide link (angular…
Browse files Browse the repository at this point in the history
…#50214)

This commit updates the content of the console log to drop the `next.` prefix from hydration guide link.

PR Close angular#50214
  • Loading branch information
AndrewKushnir authored and sumitparakh committed May 18, 2023
1 parent 6e1a8ed commit c6319ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/hydration/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function printHydrationStats(injector: Injector) {
`and ${ngDevMode!.hydratedNodes} node(s), ` +
`${ngDevMode!.componentsSkippedHydration} component(s) were skipped. ` +
`Note: this feature is in Developer Preview mode. ` +
`Learn more at https://next.angular.io/guide/hydration.`;
`Learn more at https://angular.io/guide/hydration.`;
// tslint:disable-next-line:no-console
console.log(message);
}
Expand Down

0 comments on commit c6319ec

Please sign in to comment.