diff --git a/docs/guides/testing-single-file-components-with-jest.md b/docs/guides/testing-single-file-components-with-jest.md index 7a8248359..90eaa5f90 100644 --- a/docs/guides/testing-single-file-components-with-jest.md +++ b/docs/guides/testing-single-file-components-with-jest.md @@ -14,7 +14,7 @@ The first thing to do is install Jest and Vue Test Utils: $ npm install --save-dev jest @vue/test-utils ``` -Next we need to define a unit script in our `package.json`. +Next we need to define a test script in our `package.json`. ```json // package.json