Skip to content

Commit

Permalink
doc: close a parenthesis
Browse files Browse the repository at this point in the history
PR-URL: #49525
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
regseb authored and ruyadorno committed Sep 28, 2023
1 parent 210c15b commit b4724e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/packages.md
Expand Up @@ -251,7 +251,7 @@ both CommonJS and ES modules in a single package please consult

Existing packages introducing the [`"exports"`][] field will prevent consumers
of the package from using any entry points that are not defined, including the
[`package.json`][] (e.g. `require('your-package/package.json')`. **This will
[`package.json`][] (e.g. `require('your-package/package.json')`). **This will
likely be a breaking change.**

To make the introduction of [`"exports"`][] non-breaking, ensure that every
Expand Down

0 comments on commit b4724e2

Please sign in to comment.