From e824ed17d1aeea15a692874f326ad0bf685b5b74 Mon Sep 17 00:00:00 2001 From: owen-m1 Date: Wed, 2 Oct 2019 20:31:05 -0400 Subject: [PATCH] Fix optionListeners typo --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index c48255a..1dbef58 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -38,7 +38,7 @@ Example: ```js Plugin.name = 'generateTitle'; -Plugin.optionModifiers = { +Plugin.optionListeners = { // Listen for option 'generateTitle' generateTitle: function(title) { // Store the option in all caps -- GitLab