From ea3443eb425fdceb7cddaf77dedd5fe13fb996cf Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 1 Nov 2018 12:15:13 -0700 Subject: [PATCH] Fix a typo (#2362) --- docs/guides/commands-and-queries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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