From 0152733deb09c19902baf75b8818d30d524f5d56 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Sat, 31 Aug 2024 02:14:09 +0300 Subject: [PATCH] upd docs --- packages/model/src/entities/BlockNode/index.ts | 2 +- packages/model/src/entities/EditorDocument/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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