@tiptap/core 2.0.0-rc.1 → 2.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -989,7 +989,7 @@
989
989
  get plugins() {
990
990
  const { editor } = this;
991
991
  // With ProseMirror, first plugins within an array are executed first.
992
- // In tiptap, we provide the ability to override plugins,
992
+ // In Tiptap, we provide the ability to override plugins,
993
993
  // so it feels more natural to run plugins at the end of an array first.
994
994
  // That’s why we have to reverse the `extensions` array and sort again
995
995
  // based on the `priority` option.