X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/b6d075069ebe1dbcaecbb8097942d20f8fad5f16..032212c1a346b6ab46c582571eafb0c70b6b42c2:/src/editor/plugins/core/footnote.js diff --git a/src/editor/plugins/core/footnote.js b/src/editor/plugins/core/footnote.js index 2fa314a..6c3004f 100644 --- a/src/editor/plugins/core/footnote.js +++ b/src/editor/plugins/core/footnote.js @@ -45,7 +45,7 @@ var footnoteAction = { if(!params.fragment || !params.fragment.isValid()) { return {allowed: false}; } - if(params.fragment instanceof params.fragment.TextRangeFragment && params.fragment.hasSiblingBoundries()) { + if(params.fragment instanceof params.fragment.TextRangeFragment && params.fragment.hasSiblingBoundaries()) { return { allowed: true, description: gettext('Create footnote from selection'),