Skip to content

Commit ee008b6

Browse files
klagridapkozlowski-opensource
authored andcommitted
docs: add missing word to inheritance docs (angular#60467)
PR Close angular#60467
1 parent 6061146 commit ee008b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adev/src/content/guide/components/inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class CustomListbox extends ListboxBase {
2020

2121
## Extending other components and directives
2222

23-
When a component extends another component or a directive, it inherits some the metadata defined in
23+
When a component extends another component or a directive, it inherits some of the metadata defined in
2424
the base class's decorator and the base class's decorated members. This includes
2525
host bindings, inputs, outputs, lifecycle methods.
2626

0 commit comments

Comments
 (0)