Skip to content

Commit

Permalink
Improve English (#2056)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Oct 23, 2020
1 parent 3b6b705 commit 3106737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/config/index.md
Expand Up @@ -147,7 +147,7 @@ module.exports = {

### Introduction

All configuration of `ts-jest` specific options locate under `globals.ts-jest` path of your Jest config:
All `ts-jest` specific options are located under the `globals.ts-jest` path of your Jest config:

<div class="row"><div class="col-md-6" markdown="block">

Expand Down Expand Up @@ -183,7 +183,7 @@ module.exports = {

#### IDE `ts-jest` config suggestion

To utilize IDE suggestion, you can use `JSDOC` to provide suggested `ts-jest` configs for your Jest config:
To utilize IDE suggestions, you can use `JSDoc` comments to provide suggested `ts-jest` configs for your Jest config:

```js
/** @typedef {import('ts-jest')} */
Expand Down

0 comments on commit 3106737

Please sign in to comment.