Skip to content

Commit 15c01d8

Browse files
authored
fix: fix typo in config type properties (#762)
1 parent 741096b commit 15c01d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface Config {
55
asyncUtilTimeout: number
66
computedStyleSupportsPseudoElements: boolean
77
defaultHidden: boolean
8-
showOriginalStrackTrace: boolean
8+
showOriginalStackTrace: boolean
99
throwSuggestions: boolean
1010
getElementError: (message: string, container: HTMLElement) => Error
1111
}

0 commit comments

Comments
 (0)