mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-21 06:31:28 +02:00
Fix a typo (#2362)
This commit is contained in:
@@ -139,7 +139,7 @@ The third place you may perform change operations—for more complex use cases
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
When a rule's validation fails, Slate passes the editor to the `normalize` function of the rule, if one exists. You can use these normalizing funcrtions to apply the commands necessary to make your document valid on the next normalization pass.
|
When a rule's validation fails, Slate passes the editor to the `normalize` function of the rule, if one exists. You can use these normalizing functions to apply the commands necessary to make your document valid on the next normalization pass.
|
||||||
|
|
||||||
### 4. From Outside Slate
|
### 4. From Outside Slate
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user