diff --git a/src/index.ts b/src/index.ts index 7f42c7e..f991351 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,3 @@ export * as BlockObjects from './blockObjects'; -export * as RichTextObjets from './richTextObject'; +export * as RichTextObjects from './richTextObject'; export * as CustomTypes from './customTypes';