Skip to content

Commit 3106737

Browse files
authored
Improve English (#2056)
1 parent 3b6b705 commit 3106737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/config/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports = {
147147

148148
### Introduction
149149

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

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

@@ -183,7 +183,7 @@ module.exports = {
183183

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

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

188188
```js
189189
/** @typedef {import('ts-jest')} */

0 commit comments

Comments
 (0)