From ed64bbc0b9ff73b85c0f8b406983bdf0481c06c1 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Tue, 19 Sep 2023 21:44:46 +0200 Subject: [PATCH] Update bindings/nodejs/lib/types/block/core/index.ts --- bindings/nodejs/lib/types/block/core/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/nodejs/lib/types/block/core/index.ts b/bindings/nodejs/lib/types/block/core/index.ts index bf3e599e9c..f2ead1b33f 100644 --- a/bindings/nodejs/lib/types/block/core/index.ts +++ b/bindings/nodejs/lib/types/block/core/index.ts @@ -8,7 +8,7 @@ export * from './block'; export * from './basic'; export * from './wrapper'; -// Here because in block.ts it causes a circular Dependecy +// Here because in block.ts it causes a circular dependency export const BlockDiscriminator = { property: 'type', subTypes: [{ value: BasicBlock, name: BlockType.Basic as any }],