Skip to content

Commit bad758d

Browse files
mahmoudaboueleneenalxhub
authored andcommitted
docs: fix typo in 'components' word in host elements guide
1 parent 5fd7541 commit bad758d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/guide/components/host-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class MyComponent {
150150

151151
In this example, the `--my-background` CSS custom property is bound to the `color` signal. The value of the custom property will automatically update whenever the `color` signal changes. This will affect the current component and all its children that rely on this custom property.
152152

153-
### Setting custom properties on children compoents
153+
### Setting custom properties on children components
154154

155155
Alternatively, it is also possible to set css custom properties on the host element of children components with a [style binding](guide/templates/binding#css-style-properties).
156156

0 commit comments

Comments
 (0)