Skip to content

Commit e824ed1

Browse files
authored
Fix optionListeners typo
1 parent 8d7cb88 commit e824ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Example:
3838

3939
```js
4040
Plugin.name = 'generateTitle';
41-
Plugin.optionModifiers = {
41+
Plugin.optionListeners = {
4242
// Listen for option 'generateTitle'
4343
generateTitle: function(title) {
4444
// Store the option in all caps

0 commit comments

Comments
 (0)