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 a05aafe commit c43b102Copy full SHA for c43b102
src/cdk/a11y/focus-monitor/focus-monitor.ts
@@ -147,7 +147,7 @@ export class FocusMonitor implements OnDestroy {
147
* Focuses the element via the specified focus origin.
148
* @param element Element to focus.
149
* @param origin Focus origin.
150
- * @param focusOption Options that can be used to configure the focus behavior.
+ * @param options Options that can be used to configure the focus behavior.
151
*/
152
focusVia(element: HTMLElement, origin: FocusOrigin, options?: FocusOptions): void {
153
this._setOriginForCurrentEventQueue(origin);
0 commit comments