From a5ecd84e36d1f8c32827a4048699e4765a8f59e7 Mon Sep 17 00:00:00 2001 From: Amit Gaur Date: Tue, 15 Nov 2016 15:40:16 -0600 Subject: [PATCH] Fixed minor typo. Updated contain -> content. --- src/models/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/Readme.md b/src/models/Readme.md index 2a00682c9..389afe68c 100644 --- a/src/models/Readme.md +++ b/src/models/Readme.md @@ -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