From 55c03f6cc49dba2aad012f7f7684a7502e5b668f Mon Sep 17 00:00:00 2001 From: Rodrigo Medina Date: Sun, 20 Oct 2019 21:55:28 -0500 Subject: [PATCH] chore($markdown): fixed typo in `packages/@vuepress/markdown/lib/preWrapper.js` (#1961) --- packages/@vuepress/markdown/lib/preWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vuepress/markdown/lib/preWrapper.js b/packages/@vuepress/markdown/lib/preWrapper.js index 35f7ed77..3bc34f65 100644 --- a/packages/@vuepress/markdown/lib/preWrapper.js +++ b/packages/@vuepress/markdown/lib/preWrapper.js @@ -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.