diff --git a/packages/x-components/src/x-modules/scroll/components/main-scroll-item.vue b/packages/x-components/src/x-modules/scroll/components/main-scroll-item.vue index 894cfb87e4..c1d529db5f 100644 --- a/packages/x-components/src/x-modules/scroll/components/main-scroll-item.vue +++ b/packages/x-components/src/x-modules/scroll/components/main-scroll-item.vue @@ -54,7 +54,7 @@ const el = ref(null); /** - * Pending identifier scroll position to restore. If it matches the {@link MainScrollItem.item} + * Pending identifier scroll position to restore. If it matches the {@link props.item} * `id` property, this component should be scrolled into view. * * @internal