From 02ee72b0e8dfaaac30cc210b5aa63d5042313d7d Mon Sep 17 00:00:00 2001 From: zhaoshiwei1 Date: Mon, 13 Oct 2025 19:56:42 +0800 Subject: [PATCH] docs(expanding): clarify description of autoResetExpanded setting --- docs/api/features/expanding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/features/expanding.md b/docs/api/features/expanding.md index af7ab0db43..6ba6694445 100644 --- a/docs/api/features/expanding.md +++ b/docs/api/features/expanding.md @@ -81,7 +81,7 @@ This function is called when the `expanded` table state changes. If a function i autoResetExpanded?: boolean ``` -Enable this setting to automatically reset the expanded state of the table when expanding state changes. +Enable this setting to automatically reset the expanded state of the table when table state changes. ### `enableExpanding`