Skip to content

Commit 48af330

Browse files
committed
chore: Improve documentation.
1 parent 524693f commit 48af330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/focus_manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ export class FocusManager {
448448
* can be active at any given time (attempting to activate more than one
449449
* simultaneously will result in an error being thrown).
450450
*
451-
* Some notes about the ephemeral focus tracking callback:
451+
* Important details regarding the onFocusChangedInDom callback:
452452
* - This method will be called initially with a value of 'true' indicating
453453
* that the ephemeral element has been focused, so callers can rely on that,
454454
* if needed, for initialization logic.

0 commit comments

Comments
 (0)