Skip to content

Commit 1bc37f1

Browse files
38elementseddyerburgh
authored andcommitted
docs: fix guides/using-with-typescript.md (#899)
1 parent a131e35 commit 1bc37f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/guides/using-with-typescript.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ And create a project by running:
2020
$ vue create hello-world
2121
```
2222

23-
In the CLI prompt, choose to manually select features, select TypeScript, and press enter. This will create a project with TypeScript already configured.
23+
In the CLI prompt, choose to `Manually select features`, select TypeScript, and press enter. This will create a project with TypeScript already configured.
2424

2525
::: tip NOTE
2626
If you want a more detailed guide on setting up Vue with TypeScript, checkout the [TypeScript Vue starter guide](https://github.com/Microsoft/TypeScript-Vue-Starter).
@@ -90,7 +90,7 @@ In order to use TypeScript files in tests, we need to set up Jest to compile Typ
9090
$ npm install --save-dev ts-jest
9191
```
9292

93-
Next, we need to tell Jest to process JavaScript test files with `ts-jest` by adding an entry under `jest.transform` in `package.json`:
93+
Next, we need to tell Jest to process TypeScript test files with `ts-jest` by adding an entry under `jest.transform` in `package.json`:
9494

9595
``` json
9696
{

0 commit comments

Comments
 (0)