Skip to content

Commit

Permalink
docs: fix broken link to styling docs in tabsheet JSDoc (#7760) (#7766)
Browse files Browse the repository at this point in the history
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
  • Loading branch information
vaadin-bot and web-padawan committed Sep 5, 2024
1 parent e8e6a02 commit fb99836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tabsheet/src/vaadin-tabsheet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface TabSheetEventMap extends HTMLElementEventMap, TabSheetCustomEve
* `loading` | Set when a tab without associated content is selected
* `overflow` | Set to `top`, `bottom`, `start`, `end`, all of them, or none.
*
* See [Styling Components](hhttps://vaadin.com/docs/latest/components/ds-resources/customization/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
* @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/tabsheet/src/vaadin-tabsheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import { TabSheetMixin } from './vaadin-tabsheet-mixin.js';
* `loading` | Set when a tab without associated content is selected
* `overflow` | Set to `top`, `bottom`, `start`, `end`, all of them, or none.
*
* See [Styling Components](hhttps://vaadin.com/docs/latest/components/ds-resources/customization/styling-components) documentation.
* See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
*
* @fires {CustomEvent} items-changed - Fired when the `items` property changes.
* @fires {CustomEvent} selected-changed - Fired when the `selected` property changes.
Expand Down

0 comments on commit fb99836

Please sign in to comment.