From 4fd1905d00fa07392d4daa473397d8864fb0835d Mon Sep 17 00:00:00 2001 From: Anuj Date: Wed, 25 Jan 2017 08:25:45 -0800 Subject: [PATCH] Fix typo (#564) just a minor typo in the docs! --- docs/reference/models/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/models/schema.md b/docs/reference/models/schema.md index 625745a68..d1cc5f905 100644 --- a/docs/reference/models/schema.md +++ b/docs/reference/models/schema.md @@ -68,7 +68,7 @@ An object that defines the [`Marks`](./mark.md) in the schema by `type`. Each ke } ``` -An object that defines the [`Block`](./block.md) and [`Inline`](./inline.md) nodes in the schema by `type`. Each key in the object refers to a node by its `type`. The values defines how Slate will render the node, and can optionall define any other property of a schema `Rule`. +An object that defines the [`Block`](./block.md) and [`Inline`](./inline.md) nodes in the schema by `type`. Each key in the object refers to a node by its `type`. The values defines how Slate will render the node, and can optionally define any other property of a schema `Rule`. ### `rules` `Array`