Skip to content

Commit a48cc4e

Browse files
authored
fix: spelling "dianostics" - "diagnostics" (#606)
1 parent 973e077 commit a48cc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type TransformerArgs<T> = {
2020
attributes?: Record<string, any>;
2121
map?: string | object;
2222
markup?: string;
23-
dianostics?: unknown[];
23+
diagnostics?: unknown[];
2424
options?: T;
2525
};
2626

0 commit comments

Comments
 (0)