X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/fd61d32052c78abe8ea8adba3ca0de00b5e12976..215b225ef3f6716982d4bdc873c08f8561533a3d:/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'),