1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 04:20:26 +02:00

Tiny typo fix (#115)

This commit is contained in:
Max Gfeller
2016-07-18 20:57:16 +02:00
committed by Ian Storm Taylor
parent fdf7e29325
commit 615d4d0d93

View File

@@ -10,7 +10,7 @@ One of the constraints of the Slate document model is that [leaf nodes are alway
A selection always refers to text nodes. Such that even if you set a selection relative to a non-text node, Slate will automatically correct it for you.
This makes selection's easier to reason about, while still giving us the benefits of a recursive document tree, and it makes for a lot less boilerplate.
This makes selections easier to reason about, while still giving us the benefits of a recursive document tree, and it makes for a lot less boilerplate.
### Leaf Blocks