We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ac01c commit 6f49278Copy full SHA for 6f49278
packages/tsconfig-reference/copy/en/options/allowUnreachableCode.md
@@ -4,7 +4,7 @@ oneline: "Error when code will never be called"
4
---
5
6
Set to false to disable warnings about unreachable code.
7
-These warnings are only about code which is provably unreachable due to the use of JavaScript syntax, for example:
+These warnings are only about code which is probably unreachable due to the use of JavaScript syntax, for example:
8
9
```ts
10
function fn(n: number) {
0 commit comments