Update introduction.md

Registeres to Registers
This commit is contained in:
Phill Duffy 2021-06-24 20:56:08 +01:00 committed by Hans Pagel
parent 304080ce1c
commit 9abf46b371

View File

@ -19,7 +19,7 @@ ProseMirror has its own vocabulary and youll 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. |