From 399aeea7d0c2b9f8274c0c4b93ec2bfdfe98a28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=83=BD=E5=AE=81?= Date: Mon, 3 Apr 2023 17:20:13 +0800 Subject: [PATCH] docs: fix typo (#2184) --- docs/guide/using-vue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/using-vue.md b/docs/guide/using-vue.md index 947ebeff..46ff764f 100644 --- a/docs/guide/using-vue.md +++ b/docs/guide/using-vue.md @@ -180,7 +180,7 @@ Alternatively, you can wrap the entire paragraph in a `v-pre` custom container: ## Unescape in Code Blocks -By default, all fenced code blocks are automatically wrapped with `v-pre`, so no Vue syntax will be processd inside. To enable Vue-style interpolation inside fences, you can append the language with the `-vue` suffix, e.g. `js-vue`: +By default, all fenced code blocks are automatically wrapped with `v-pre`, so no Vue syntax will be processed inside. To enable Vue-style interpolation inside fences, you can append the language with the `-vue` suffix, e.g. `js-vue`: **Input**