Skip to content

Commit

Permalink
reword
Browse files Browse the repository at this point in the history
  • Loading branch information
jly36963 committed Oct 3, 2023
1 parent df520c6 commit 958aa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function getEnvPrecise() {

// Error: Property 'abc' does not exist on type '{ nodeEnv: string; }'
// Our type is more specific, so TypeScript catches this error.
// This mistake will be caught at build time
// This mistake will be caught at compile time
console.log(env.abc)
}

Expand Down

0 comments on commit 958aa2f

Please sign in to comment.