Skip to content

Commit

Permalink
docs: add missing commas (#9083)
Browse files Browse the repository at this point in the history
nitpicking
  • Loading branch information
GantMan authored and thymikee committed Oct 23, 2019
1 parent cdf7f37 commit 8feb9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -172,7 +172,7 @@ Jest can be used in projects that use [webpack](https://webpack.github.io/) to m

### Using TypeScript

Jest supports TypeScript, via Babel. First make sure you followed the instructions on [using Babel](#using-babel) above. Next install the `@babel/preset-typescript` via `yarn`:
Jest supports TypeScript, via Babel. First, make sure you followed the instructions on [using Babel](#using-babel) above. Next, install the `@babel/preset-typescript` via `yarn`:

```bash
yarn add --dev @babel/preset-typescript
Expand Down

0 comments on commit 8feb9ec

Please sign in to comment.