From 1385e5c83766b0c7f8ccaebd8309b85194f56c6f Mon Sep 17 00:00:00 2001 From: Guy Edwards Date: Fri, 15 Jun 2018 02:17:15 +0100 Subject: [PATCH] Move data desc below data (#1900) --- docs/reference/slate/document.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`