1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-20 23:22:56 +01:00

Fix broken link to Block in docs (#278)

This commit is contained in:
Andrew Cobby 2016-09-01 12:35:18 +10:00 committed by Ian Storm Taylor
parent 133e504a8c
commit 98d663be5d

View File

@ -41,7 +41,7 @@ A list of child nodes.
### `kind`
`String`
An immutable string value of `'document'` for easily separating this node from [`Block`](./block.dm), [`Inline`](./inline.md) or [`Text`](./text.md) nodes.
An immutable string value of `'document'` for easily separating this node from [`Block`](./block.md), [`Inline`](./inline.md) or [`Text`](./text.md) nodes.
### `length`
`Number`