diff --git a/packages/core/src/render3/component.ts b/packages/core/src/render3/component.ts index e1cba177cb0..150560dae0a 100644 --- a/packages/core/src/render3/component.ts +++ b/packages/core/src/render3/component.ts @@ -73,7 +73,7 @@ import {assertComponentDef} from './errors'; * `[[element1, element2], [element3]]`: projects `element1` and `element2` into one ``, * and `element3` into a separate ``. * * `directives` (optional): Directives that should be applied to the component. - * * `binding` (optional): Bindings to apply to the root component. + * * `bindings` (optional): Bindings to apply to the root component. * @returns ComponentRef instance that represents a given Component. * * @publicApi