We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94912bb commit 72a9ecfCopy full SHA for 72a9ecf
doc/api/packages.md
@@ -257,7 +257,7 @@ likely be a breaking change.**
257
To make the introduction of [`"exports"`][] non-breaking, ensure that every
258
previously supported entry point is exported. It is best to explicitly specify
259
entry points so that the package's public API is well-defined. For example,
260
-a project that previous exported `main`, `lib`,
+a project that previously exported `main`, `lib`,
261
`feature`, and the `package.json` could use the following `package.exports`:
262
263
```json
0 commit comments