Skip to content

Commit 5131794

Browse files
vladboisaAndrewKushnir
authored andcommitted
docs: fix typo in desription (#60261)
Fix typos in description of `styleUrl` Fixes #60258 PR Close #60261
1 parent 70fb3bb commit 5131794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/metadata/directives.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ export interface Component extends Directive {
583583
template?: string;
584584

585585
/**
586-
* One relative paths or an absolute URL for files containing CSS stylesheet to use
586+
* One relative path or an absolute URL for file containing a CSS stylesheet to use
587587
* in this component.
588588
*/
589589
styleUrl?: string;

0 commit comments

Comments
 (0)