We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a673e7a commit c5481d2Copy full SHA for c5481d2
src/Component.ts
@@ -100,7 +100,7 @@ export class Component<T extends HTMLElement = HTMLElement> extends ElementCompo
100
101
/**
102
* Puts the element into
103
- * {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus Focus}
+ * {@link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/focus focus}.
104
* @param options - An optional object for controlling aspects of the focusing process.
105
*/
106
public focus(options?: FocusOptions): typeof this {
0 commit comments