We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210c15b commit b4724e2Copy full SHA for b4724e2
doc/api/packages.md
@@ -251,7 +251,7 @@ both CommonJS and ES modules in a single package please consult
251
252
Existing packages introducing the [`"exports"`][] field will prevent consumers
253
of the package from using any entry points that are not defined, including the
254
-[`package.json`][] (e.g. `require('your-package/package.json')`. **This will
+[`package.json`][] (e.g. `require('your-package/package.json')`). **This will
255
likely be a breaking change.**
256
257
To make the introduction of [`"exports"`][] non-breaking, ensure that every
0 commit comments