docs: add missing word to inheritance docs (#60467)

PR Close #60467
This commit is contained in:
khalilou88 2025-03-19 20:12:21 +01:00 committed by Pawel Kozlowski
parent 6061146cf3
commit ee008b6173

View file

@ -20,7 +20,7 @@ export class CustomListbox extends ListboxBase {
## Extending other components and directives
When a component extends another component or a directive, it inherits some the metadata defined in
When a component extends another component or a directive, it inherits some of the metadata defined in
the base class's decorator and the base class's decorated members. This includes
host bindings, inputs, outputs, lifecycle methods.