Skip to content

Commit

Permalink
fix: spelling "dianostics" - "diagnostics" (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparecycles committed Jul 10, 2023
1 parent 973e077 commit a48cc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type TransformerArgs<T> = {
attributes?: Record<string, any>;
map?: string | object;
markup?: string;
dianostics?: unknown[];
diagnostics?: unknown[];
options?: T;
};

Expand Down

0 comments on commit a48cc4e

Please sign in to comment.