diff --git a/docs/reference/slate/document.md b/docs/reference/slate/document.md index 7455b9dcd..a2c662ffd 100644 --- a/docs/reference/slate/document.md +++ b/docs/reference/slate/document.md @@ -22,14 +22,14 @@ Document({ `Immutable.Map` +Arbitrary data associated with the document. Defaults to an empty `Map`. + ### `object` `String` An immutable string value of `'document'` for easily separating this node from [`Block`](./block.md), [`Inline`](./inline.md) or [`Text`](./text.md) nodes. -Arbitrary data associated with the document. Defaults to an empty `Map`. - ### `nodes` `Immutable.List`