diff --git a/lib/rules_inline/text.mjs b/lib/rules_inline/text.mjs index 1b88c5a..9be4227 100644 --- a/lib/rules_inline/text.mjs +++ b/lib/rules_inline/text.mjs @@ -58,7 +58,7 @@ export default function text (state, silent) { // Alternative implementation, for memory. // // It costs 10% of performance, but allows extend terminators list, if place it -// to `ParcerInline` property. Probably, will switch to it sometime, such +// to `ParserInline` property. Probably, will switch to it sometime, such // flexibility required. /*