Skip to content

Commit

Permalink
Docs (ui): Fixed incorrect links in API docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scofalik committed Sep 26, 2023
1 parent 93c8bd0 commit 332d36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ckeditor5-ui/src/focuscycler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ export type FocusableView = View & {
* * `1` indicates that the focus moved forward and, in most cases, the first child of the focused view should get focused,
* * `-1` indicates that the focus moved backwards, and the last focusable child should get focused
*
* See {@link module:ui/focuscycler~FocusCycler#forwardCycle} and {@link module:ui/focuscycler~FocusCycler#backwardCycle} to
* learn more.
* See {@link module:ui/focuscycler~FocusCycler#event:forwardCycle} and {@link module:ui/focuscycler~FocusCycler#event:backwardCycle}
* to learn more.
*/
focus( direction?: 1 | -1 ): void;
};
Expand Down

0 comments on commit 332d36a

Please sign in to comment.