From 5eb9ab14dd4f2afbabbf26ca503b9bcbefa44f5e Mon Sep 17 00:00:00 2001 From: huskyAreYouScared <39876014+huskyAreYouScared@users.noreply.github.com> Date: Sat, 4 Jul 2020 08:26:44 +0800 Subject: [PATCH] Update usage-without-a-build-step-node.md (#1599) line:20 jsdon -> jsdom update --- docs/zh/guides/usage-without-a-build-step-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guides/usage-without-a-build-step-node.md b/docs/zh/guides/usage-without-a-build-step-node.md index 347638b56..436d10cd2 100644 --- a/docs/zh/guides/usage-without-a-build-step-node.md +++ b/docs/zh/guides/usage-without-a-build-step-node.md @@ -17,7 +17,7 @@ 现在我们需要引入这些库。这里有一些轻微的注意事项并解释在了如下代码片段的注释中。 ```js -// `jsdon-global` 必须在 `@vue/test-utils` 之前被引入, +// `jsdom-global` 必须在 `@vue/test-utils` 之前被引入, // 因为 `@vue/test-utils` 需要一个已经存在的 DOM 环境 (真实的 DOM 或 JSDOM) require('jsdom-global')()