Skip to content

Commit

Permalink
doc: fix typo in packages.md
Browse files Browse the repository at this point in the history
"previous" read like it should be "previously"

PR-URL: #44005
Reviewed-By: Geoffrey Booth <[email protected]>
Reviewed-By: Feng Yu <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
  • Loading branch information
jtoar authored and danielleadams committed Aug 11, 2022
1 parent 1a31e38 commit ad537e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ likely be a breaking change.**
To make the introduction of [`"exports"`][] non-breaking, ensure that every
previously supported entry point is exported. It is best to explicitly specify
entry points so that the package's public API is well-defined. For example,
a project that previous exported `main`, `lib`,
a project that previously exported `main`, `lib`,
`feature`, and the `package.json` could use the following `package.exports`:

```json
Expand Down

0 comments on commit ad537e6

Please sign in to comment.