From 31067373579b6e9df7c944c0878124b37605e6a0 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Fri, 23 Oct 2020 00:32:44 -0400 Subject: [PATCH] Improve English (#2056) --- docs/user/config/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/config/index.md b/docs/user/config/index.md index 79f7ee57fb..cef081d4c7 100644 --- a/docs/user/config/index.md +++ b/docs/user/config/index.md @@ -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:
@@ -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')} */