From 713a7ab4d070815236b6f0d3a4f75a57654e057a Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 12 Jul 2016 10:42:01 -0700 Subject: [PATCH] update plugins reference --- docs/reference/plugins/core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/plugins/core.md b/docs/reference/plugins/core.md index 9d91c7844..92440c835 100644 --- a/docs/reference/plugins/core.md +++ b/docs/reference/plugins/core.md @@ -36,7 +36,7 @@ The core plugin adds a default mark with an empty set of styles. ## Overriding Defaults -Any plugin you add to the editor will override the default behavior of the core plugin simply because it is always resolved last. +Any plugin you add to the editor will override the default behavior of the core plugin, because it is always resolved last. However, sometimes you might want to disable the logic of the core plugin without actually adding any logic yourself. For example, you might want to prevent the `enter` key from performing any action. In those cases, you'll need to define a "noop" handler.