From 10dc76d34149d835b65c4e15cc74b07bcd2964aa Mon Sep 17 00:00:00 2001 From: mertsincan Date: Wed, 19 Apr 2023 11:07:18 +0300 Subject: [PATCH] Update TabView.d.ts --- components/lib/tabview/TabView.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/tabview/TabView.d.ts b/components/lib/tabview/TabView.d.ts index 4080b7cf8..43ba7491c 100755 --- a/components/lib/tabview/TabView.d.ts +++ b/components/lib/tabview/TabView.d.ts @@ -68,7 +68,7 @@ export interface TabViewPassThroughOptions { */ previousIcon?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the nex button's DOM element. + * Uses to pass attributes to the next button's DOM element. */ nextButton?: TabViewPassThroughOptionType; /**