diff --git a/website/content/guides/comparison-with-other-rich-text-editors.mdx b/website/content/guides/comparison-with-other-rich-text-editors.mdx index 7bab9bb2ed..881b08eb9d 100644 --- a/website/content/guides/comparison-with-other-rich-text-editors.mdx +++ b/website/content/guides/comparison-with-other-rich-text-editors.mdx @@ -42,7 +42,7 @@ The main difference is still that Quill is a ready to use rich text editor, with ## ProseMirror -ProseMirror is relatively new but has already captured signficant attention, being built by the same author of CodeMirror. That being said a robust comparison of the product and implementation is premature since ProseMirror is still in the development stages, as noted in their README: +ProseMirror is relatively new but has already captured significant attention, being built by the same author of CodeMirror. That being said a robust comparison of the product and implementation is premature since ProseMirror is still in the development stages, as noted in their README: > NOTE: This project is in BETA stage. It isn't thoroughly tested, and the API might still change across 0.x releases. You are welcome to use it, but don't expect it to be very stable yet.