1
0
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:
Dylan
2018-11-01 12:15:13 -07:00
committed by Ian Storm Taylor
parent 924f84d597
commit ea3443eb42

View File

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