diff --git a/packages/model/src/entities/BlockNode/index.ts b/packages/model/src/entities/BlockNode/index.ts index 9ab7154..ab95845 100644 --- a/packages/model/src/entities/BlockNode/index.ts +++ b/packages/model/src/entities/BlockNode/index.ts @@ -192,7 +192,7 @@ export class BlockNode extends EventBus { } /** - * Returns a text value of the specified data key + * Returns a text value for the specified data key * * @param dataKey - key of the data */ diff --git a/packages/model/src/entities/EditorDocument/index.ts b/packages/model/src/entities/EditorDocument/index.ts index 2f35ad7..67059b0 100644 --- a/packages/model/src/entities/EditorDocument/index.ts +++ b/packages/model/src/entities/EditorDocument/index.ts @@ -239,7 +239,7 @@ export class EditorDocument extends EventBus { } /** - * Returns text of the specified block and data key + * Returns text for the specified block and data key * * @param blockIndex - index of the block * @param dataKey - key of the data containing the text