Skip to content

Commit

Permalink
docs(@angular/ssr): remove duplicate @return comment
Browse files Browse the repository at this point in the history
Remove duplicate `@return` tsdoc comment.
  • Loading branch information
alan-agius4 committed Dec 5, 2024
1 parent eb0f4f2 commit 1ca260e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/angular/ssr/src/routes/route-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,6 @@ export const SERVER_ROUTES_CONFIG = new InjectionToken<ServerRoutesConfig>('SERV
* @param options - (Optional) An object containing additional configuration options for server routes.
* @returns An `EnvironmentProviders` instance with the server routes configuration.
*
* @returns An `EnvironmentProviders` object that contains the server routes configuration.
*
* @see {@link ServerRoute}
* @see {@link ServerRoutesConfigOptions}
* @developerPreview
Expand Down

0 comments on commit 1ca260e

Please sign in to comment.