Skip to content

Commit 64a3675

Browse files
chimuraithePunderWoman
authored andcommitted
docs: fix typo in component bindings jsdoc (#63969)
PR Close #63969
1 parent 80962f6 commit 64a3675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/render3/component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import {assertComponentDef} from './errors';
6060
* applicationRef.attachView(componentRef.hostView);
6161
* componentRef.changeDetectorRef.detectChanges();
6262
* ```
63-
*
63+
*
6464
* @param component Component class reference.
6565
* @param options Set of options to use:
6666
* * `environmentInjector`: An `EnvironmentInjector` instance to be used for the component.
@@ -75,7 +75,7 @@ import {assertComponentDef} from './errors';
7575
* `[[element1, element2], [element3]]`: projects `element1` and `element2` into one `<ng-content>`,
7676
* and `element3` into a separate `<ng-content>`.
7777
* * `directives` (optional): Directives that should be applied to the component.
78-
* * `binding` (optional): Bindings to apply to the root component.
78+
* * `bindings` (optional): Bindings to apply to the root component.
7979
* @returns ComponentRef instance that represents a given Component.
8080
*
8181
* @publicApi

0 commit comments

Comments
 (0)