1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-26 16:44:22 +02:00
just a minor typo in the docs!
This commit is contained in:
Anuj
2017-01-25 08:25:45 -08:00
committed by Ian Storm Taylor
parent cd885fd070
commit 4fd1905d00

View File

@@ -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<Rule>`