diff --git a/docs/guides/commands-and-queries.md b/docs/guides/commands-and-queries.md index 27262c0c7..684848d7a 100644 --- a/docs/guides/commands-and-queries.md +++ b/docs/guides/commands-and-queries.md @@ -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