mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-16 20:24:01 +02:00
Fix broken link to Block in docs (#278)
This commit is contained in:
committed by
Ian Storm Taylor
parent
133e504a8c
commit
98d663be5d
@@ -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`
|
||||
|
Reference in New Issue
Block a user