1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-12 10:14:02 +02:00

Fixed minor typo.

Updated contain -> content.
This commit is contained in:
Amit Gaur
2016-11-15 15:40:16 -06:00
committed by GitHub
parent 738660f578
commit a5ecd84e36

View File

@@ -36,7 +36,7 @@ The `Document` is where all of the content in the editor is stored. It is a recu
#### Inline
Similar to [`Block`](#block) nodes, but containing inline content instead of block-level contain. They too can be nested to any depth, but at the lowest level will always contain a single [`Text`](#text) node.
Similar to [`Block`](#block) nodes, but containing inline content instead of block-level content. They too can be nested to any depth, but at the lowest level will always contain a single [`Text`](#text) node.
#### Mark