Skip to content

Commit 605e3c4

Browse files
committed
fix capitalisation
1 parent 17d7dda commit 605e3c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ export class Component<T extends HTMLElement = HTMLElement> extends BaseComponen
7575

7676
/**
7777
* Set style property
78-
* @param name property name
79-
* @param value property value
78+
* @param name Property name
79+
* @param value Property value
8080
*/
8181
public css(name: string, value: string): typeof this;
8282

8383
/**
8484
* Set style properties
85-
* @param properties object of style property name and value pairs
85+
* @param properties Object of style property name and value pairs
8686
*/
8787
public css(properties: Record<string, string>): typeof this;
8888

0 commit comments

Comments
 (0)