Skip to content

Commit 6f49278

Browse files
committed
Fix typo
1 parent a0ac01c commit 6f49278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/en/options/allowUnreachableCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ oneline: "Error when code will never be called"
44
---
55

66
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:
7+
These warnings are only about code which is probably unreachable due to the use of JavaScript syntax, for example:
88

99
```ts
1010
function fn(n: number) {

0 commit comments

Comments
 (0)