Skip to content

Commit e88f484

Browse files
chimuraithePunderWoman
authored andcommitted
docs: fix typo in component bindings jsdoc (#63969)
PR Close #63969
1 parent 9067d12 commit e88f484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/render3/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import {assertComponentDef} from './errors';
7373
* `[[element1, element2], [element3]]`: projects `element1` and `element2` into one `<ng-content>`,
7474
* and `element3` into a separate `<ng-content>`.
7575
* * `directives` (optional): Directives that should be applied to the component.
76-
* * `binding` (optional): Bindings to apply to the root component.
76+
* * `bindings` (optional): Bindings to apply to the root component.
7777
* @returns ComponentRef instance that represents a given Component.
7878
*
7979
* @publicApi

0 commit comments

Comments
 (0)