Skip to content

Commit 5eb9ab1

Browse files
Update usage-without-a-build-step-node.md (vuejs#1599)
line:20 jsdon -> jsdom update
1 parent 0bad046 commit 5eb9ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/guides/usage-without-a-build-step-node.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
现在我们需要引入这些库。这里有一些轻微的注意事项并解释在了如下代码片段的注释中。
1818

1919
```js
20-
// `jsdon-global` 必须在 `@vue/test-utils` 之前被引入,
20+
// `jsdom-global` 必须在 `@vue/test-utils` 之前被引入,
2121
// 因为 `@vue/test-utils` 需要一个已经存在的 DOM 环境 (真实的 DOM 或 JSDOM)
2222
require('jsdom-global')()
2323

0 commit comments

Comments
 (0)