docs: update content

This commit is contained in:
Philipp Kühn
2021-05-05 19:42:47 +02:00
parent 55d430ef8f
commit 0030f083b0
7 changed files with 15 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ declare module '@tiptap/core' {
interface Commands {
insertContentAt: {
/**
* Insert a node or string of HTML at the current position.
* Insert a node or string of HTML at a specific position.
*/
insertContentAt: (range: Range, value: Content) => Command,
}