Skip to content

Commit 3e2e008

Browse files
chris-mcdermut-vacasakulshekhar
andauthoredFeb 21, 2020
fix(docs): fixing slack link and some minor typos in documenation (#1404)
Co-authored-by: Kulshekhar Kabra <kulshekhar@gmail.com>
1 parent 9003131 commit 3e2e008

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
 

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

3-
When contributing to this repository, please first discuss the change you wish to make via [slack](https://bit.ly/ts-jest-slack) or [issue](https://github.com/kulshekhar/ts-jest/issues) with the owners of this repository before making a change.
3+
When contributing to this repository, please first discuss the change you wish to make via [slack](https://bit.ly/3bRHFPQ) or [issue](https://github.com/kulshekhar/ts-jest/issues) with the owners of this repository before making a change.
44

55
Please note we have a code of conduct, please follow it in all your interactions with the project.
66

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It supports all features of TypeScript including type-checking. [Read more about
1313

1414
[<img src="./docs/assets/img/documentation.png" align="left" height="24"> View the online documentation (usage & technical)](https://kulshekhar.github.io/ts-jest)
1515

16-
[<img src="./docs/assets/img/slack.png" align="left" height="24"> Ask for some help in the `ts-jest` community of Slack](https://join.slack.com/t/ts-jest/shared_invite/enQtNDE1ODQ0OTEzMTczLWI5NTQ4ZmEzOTYxYzM2NjhiZDM2ZTI3MGYyYjA2Y2E1YTMxMjUyYTcxNTlmNjAyZTc2Nzk4YTRmZmRhYmZmYTg)
16+
[<img src="./docs/assets/img/slack.png" align="left" height="24"> Ask for some help in the `ts-jest` community of Slack](https://bit.ly/3bRHFPQ)
1717

1818
<!--
1919
[<img src="./docs/assets/img/troubleshooting.png" align="left" height="24"> Before reporting any issue, be sure to check the troubleshooting page](https://kulshekhar.github.io/ts-jest/user/troubleshooting)

‎docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It supports all features of TypeScript including type-checking. [Read more about
1313

1414
---
1515

16-
<img src="assets/img/slack.png" align="left" height="24"> [Ask for some help in the `ts-jest` community of Slack](https://bit.ly/ts-jest-slack)
16+
<img src="assets/img/slack.png" align="left" height="24"> [Ask for some help in the `ts-jest` community of Slack](https://bit.ly/3bRHFPQ)
1717

1818
<!--
1919
<img src="assets/img/troubleshooting.png" align="left" height="24"> [Before reporting any issue, be sure to check the troubleshooting page](user/troubleshooting)

‎docs/user/config/diagnostics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Diagnostics option
33
---
44

5-
The `diagnostics` option allows to configure error reporting.
5+
The `diagnostics` option configures error reporting.
66
It can both be enabled/disabled entirely or limited to a specific type of errors and/or files.
77

88
If a diagnostic is not filtered out, `ts-jest` will fail the compilation and your test.
@@ -15,7 +15,7 @@ This might lead to slightly better performance, especially if you're not using J
1515

1616
### Advanced configuration
1717

18-
The option's value can also accept an object for more advanced configuration. Each config. key is optional:
18+
The `diagnostics` option's value can also accept an object for more advanced configuration. Each config. key is optional:
1919

2020
- **`warnOnly`**: If specified and `true`, diagnostics will be reported but won't stop compilation (default: _disabled_).
2121
- **`ignoreCodes`**: List of TypeScript error codes to ignore. Complete list can be found [there](https://github.com/Microsoft/TypeScript/blob/master/src/compiler/diagnosticMessages.json). By default here are the ones ignored:

0 commit comments

Comments
 (0)
Please sign in to comment.