Skip to content

Commit

Permalink
Fix optionListeners typo
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-m1 authored Oct 3, 2019
1 parent 8d7cb88 commit e824ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e824ed1

Please sign in to comment.