Skip to content

Commit 39ec48a

Browse files
committed
fix typo: nodeEnd -> nodeEnv
1 parent 99a4a3c commit 39ec48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/ja/options/noUncheckedIndexedAccess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ const os = env.OS;
4848

4949
// 宣言されていませんが、インデックス
5050
// シグネチャのおかげで、stringとして扱われます
51-
const nodeEnd = env.NODE_ENV;
51+
const nodeEnv = env.NODE_ENV;
5252
// ^?
5353
```

0 commit comments

Comments
 (0)