From a367c44154d6c906c8652ed779af6a21f7eaed2e Mon Sep 17 00:00:00 2001 From: Bohan Wei <41739624+bohanjun@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:53:45 +0800 Subject: [PATCH] Fix typo in comments of text.mjs (#1015) --- lib/rules_inline/text.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. /*