From 561116e06695ca8c4939c3f7b9818be3a172beb6 Mon Sep 17 00:00:00 2001 From: migliozziz Date: Fri, 21 Feb 2020 12:06:00 -0500 Subject: [PATCH] Fixing typo --- docs/guides/usage-without-a-build-step-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/usage-without-a-build-step-node.md b/docs/guides/usage-without-a-build-step-node.md index 1f1cf018d..3613183ba 100644 --- a/docs/guides/usage-without-a-build-step-node.md +++ b/docs/guides/usage-without-a-build-step-node.md @@ -10,7 +10,7 @@ In this example, we will demonstrate how to write a simple test using nothing bu ## Installing the Dependencies -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. +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. ## Requiring the Libraries