Skip to content

Commit

Permalink
docs: fix reference to forwardRef in ForwardRefFn JSdoc (angular#53556)
Browse files Browse the repository at this point in the history
PR Close angular#53556
  • Loading branch information
pBouillon authored and thePunderWoman committed Jan 25, 2024
1 parent fa0f44d commit 89abbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/di/forward_ref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {stringify} from '../util/stringify';


/**
* An interface that a function passed into {@link forwardRef} has to implement.
* An interface that a function passed into `forwardRef` has to implement.
*
* @usageNotes
* ### Example
Expand Down

0 comments on commit 89abbaa

Please sign in to comment.