From e1ebd977991e7cf684f4819629f6b40fb3678240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20R=C3=A8gne?= Date: Thu, 7 Sep 2023 11:26:27 +0200 Subject: [PATCH] doc: close a parenthesis --- doc/api/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/packages.md b/doc/api/packages.md index 09f32e6c160892..a42e1e041a00b6 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -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