diff --git a/docs/api/schema.md b/docs/api/schema.md index 55fcc52ce0..db672ff2b9 100644 --- a/docs/api/schema.md +++ b/docs/api/schema.md @@ -18,7 +18,7 @@ When you’ll work with the provided extensions only, you don’t have to care t // the underlying ProseMirror schema { nodes: { - document: { + doc: { content: 'block+', }, paragraph: {