From 0610c0967f14a915bc2598181f7ad97c50410986 Mon Sep 17 00:00:00 2001 From: Wizard67 Date: Mon, 23 Nov 2020 11:42:02 +0800 Subject: [PATCH] chore: fix typo --- src/node/markdown/plugins/preWrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/markdown/plugins/preWrapper.ts b/src/node/markdown/plugins/preWrapper.ts index ad522159..fcd06f17 100644 --- a/src/node/markdown/plugins/preWrapper.ts +++ b/src/node/markdown/plugins/preWrapper.ts @@ -1,6 +1,6 @@ // markdown-it plugin for wrapping
 ... 
. // -// If your plugin was chained before preWrapper, you can add additional eleemnt directly. +// If your plugin was chained before preWrapper, you can add additional element directly. // If your plugin was chained after preWrapper, you can use these slots: // 1. // 2.