Skip to content

Commit 72a9ecf

Browse files
jtoarruyadorno
authored andcommitted
doc: fix typo in packages.md
"previous" read like it should be "previously" PR-URL: #44005 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Feng Yu <F3n67u@outlook.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 94912bb commit 72a9ecf

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
@@ -257,7 +257,7 @@ likely be a breaking change.**
257257
To make the introduction of [`"exports"`][] non-breaking, ensure that every
258258
previously supported entry point is exported. It is best to explicitly specify
259259
entry points so that the package's public API is well-defined. For example,
260-
a project that previous exported `main`, `lib`,
260+
a project that previously exported `main`, `lib`,
261261
`feature`, and the `package.json` could use the following `package.exports`:
262262

263263
```json

0 commit comments

Comments
 (0)