Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint fix
  • Loading branch information
guybedford authored May 19, 2021
commit 1dc3e771498778fd9504ef64a49a0f8ded3411ab
2 changes: 1 addition & 1 deletion doc/api/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ For these use cases, subpath export patterns can be used instead:
}
```

**`*` matches expose nested subpaths as it is a string replacement syntax
**`*` maps expose nested subpaths as it is a string replacement syntax
only.**

The left hand matching pattern must always end in `*`. All instances of `*` on
Expand Down