Skip to content

Commit 1ccddc2

Browse files
devversionvictoriaaa234
authored andcommitted
chore: invalid jsdoc in focus-monitor (#12136)
1 parent 9a47b3b commit 1ccddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/focus-monitor/focus-monitor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class FocusMonitor implements OnDestroy {
147147
* Focuses the element via the specified focus origin.
148148
* @param element Element to focus.
149149
* @param origin Focus origin.
150-
* @param focusOption Options that can be used to configure the focus behavior.
150+
* @param options Options that can be used to configure the focus behavior.
151151
*/
152152
focusVia(element: HTMLElement, origin: FocusOrigin, options?: FocusOptions): void {
153153
this._setOriginForCurrentEventQueue(origin);

0 commit comments

Comments
 (0)