Skip to content

Commit

Permalink
Fix grammar in plugin readme (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm authored Feb 9, 2024
1 parent a02f88f commit 21057ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protoc-gen-es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ By default, [protoc-gen-es](https://www.npmjs.com/package/@bufbuild/protoc-gen-e
(and all other plugins based on [@bufbuild/protoplugin](https://www.npmjs.com/package/@bufbuild/protoplugin))
generate an annotation at the top of each file: `// @ts-nocheck`.

We generate the annotation to support a wide of compiler configurations and
future changes to the language. But there can be situation where the annotation
We generate the annotation to support a wide range of compiler configurations and
future changes to the language. But there can be situations where the annotation
shadows an underlying problem, for example an unresolvable import. To remove
the annotation and to enable type checks, set the plugin option `ts_nocheck=false`.

0 comments on commit 21057ca

Please sign in to comment.