From b507af67184d3ce37bb2187f138d156c77063b9d Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Thu, 17 Aug 2023 07:20:07 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index eaa83023a..464d4acb2 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -650,7 +650,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t index: number, // Index of the tab\n \t isTabActive: (inde: number) ⇒ void, // Whether the tab is active\n }",
+ "type": "{\n \t index: number, // Index of the tab\n \t isTabActive: (index: number) ⇒ void, // Whether the tab is active\n }",
"description": "header slot's params."
}
],