1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 09:04:31 +02:00

fix normalize docs

This commit is contained in:
Ian Storm Taylor
2018-08-01 15:53:17 -07:00
parent 6fd185e172
commit 9b0e061bcf

View File

@@ -192,7 +192,7 @@ Will validate a node's marks. The `marks` definitions can declare the `type` pro
### `normalize`
`normalize(change: Change, violation: String, context: Object) => Void`
`normalize(change: Change, error: SlateError) => Void`
```js
{