From 9abf46b3711b569935ae4484ea90e8d877afb953 Mon Sep 17 00:00:00 2001 From: Phill Duffy Date: Thu, 24 Jun 2021 20:56:08 +0100 Subject: [PATCH] Update introduction.md Registeres to Registers --- docs/src/docPages/api/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/api/introduction.md b/docs/src/docPages/api/introduction.md index 081376481..261572033 100644 --- a/docs/src/docPages/api/introduction.md +++ b/docs/src/docPages/api/introduction.md @@ -19,7 +19,7 @@ ProseMirror has its own vocabulary and you’ll stumble upon all those words now | Document | The actual content in your editor. | | State | Everything to describe the current content and selection of your editor. | | Transaction | A change to the state (updated selection, content, …) | -| Extension | Registeres new functionality. | +| Extension | Registers new functionality. | | Node | A type of content, for example a heading or a paragraph. | | Mark | Can be applied to nodes, for example for inline formatting. | | Command | Execute an action inside the editor, that somehow changes the state. |