From a48cc4e122f749a4edcd4c1873d9e340eb84a550 Mon Sep 17 00:00:00 2001 From: Adam Freidin Date: Mon, 10 Jul 2023 03:59:18 -0700 Subject: [PATCH] fix: spelling "dianostics" - "diagnostics" (#606) --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index d7b19a68..f7a0effa 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -20,7 +20,7 @@ export type TransformerArgs = { attributes?: Record; map?: string | object; markup?: string; - dianostics?: unknown[]; + diagnostics?: unknown[]; options?: T; };