spelling: transparent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-09-28 12:28:08 -04:00
parent d8bbba4fa1
commit 376a9ee334

View File

@@ -12,7 +12,7 @@ export interface ISecondaryTab {
*/ */
activeTab?: string; activeTab?: string;
/** /**
* Boolean value if you wnat to set tab background transpetant or not * Boolean value if you wnat to set tab background transparent or not
*/ */
isBgTransparent?: boolean; isBgTransparent?: boolean;
/** /**