Skip to content

Commit b4724e2

Browse files
regsebruyadorno
authored andcommitted
doc: close a parenthesis
PR-URL: #49525 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 210c15b commit b4724e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ both CommonJS and ES modules in a single package please consult
251251

252252
Existing packages introducing the [`"exports"`][] field will prevent consumers
253253
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
254+
[`package.json`][] (e.g. `require('your-package/package.json')`). **This will
255255
likely be a breaking change.**
256256

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

0 commit comments

Comments
 (0)