We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d7cb88 commit e824ed1Copy full SHA for e824ed1
1 file changed
plugins/README.md
@@ -38,7 +38,7 @@ Example:
38
39
```js
40
Plugin.name = 'generateTitle';
41
-Plugin.optionModifiers = {
+Plugin.optionListeners = {
42
// Listen for option 'generateTitle'
43
generateTitle: function(title) {
44
// Store the option in all caps
0 commit comments