Skip to content

Commit b4724e2

Browse files
regsebruyadorno
authored andcommittedSep 28, 2023
doc: close a parenthesis
PR-URL: #49525 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎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)
Please sign in to comment.