Skip to content

Commit c5481d2

Browse files
committed
add a dot after the end of the sentence
1 parent a673e7a commit c5481d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class Component<T extends HTMLElement = HTMLElement> extends ElementCompo
100100

101101
/**
102102
* Puts the element into
103-
* {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus Focus}
103+
* {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus focus}.
104104
* @param options - An optional object for controlling aspects of the focusing process.
105105
*/
106106
public focus(options?: FocusOptions): typeof this {

0 commit comments

Comments
 (0)