Skip to content

Commit

Permalink
upd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Aug 30, 2024
1 parent 695a3f3 commit 0152733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/model/src/entities/BlockNode/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/model/src/entities/EditorDocument/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0152733

Please sign in to comment.