Skip to content

Commit 24ed9f9

Browse files
authored
docs: fix typo (#1446)
1 parent d904f26 commit 24ed9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this example, we will demonstrate how to write a simple test using nothing bu
1010

1111
## Installing the Dependencies
1212

13-
We need to install some dependencies, as explained above: `npm install vue vue-template-complier jsdom jsdom-global @vue/test-utils`. No test runner or bundler is needed for this example.
13+
We need to install some dependencies, as explained above: `npm install vue vue-template-compiler jsdom jsdom-global @vue/test-utils`. No test runner or bundler is needed for this example.
1414

1515
## Requiring the Libraries
1616

0 commit comments

Comments
 (0)