Skip to content

Commit 14efa57

Browse files
authored
docs: fix example package name in overrides explainer (#8178)
<!-- What / Why --> <!-- Describe the request in detail. What it does and why it's being changed. --> I'm pretty sure that this should be `@npm/bar`, based on the other usages around it ## References <!-- Examples: Related to #0 Depends on #0 Blocked by #0 Fixes #0 Closes #0 -->
1 parent 8b7bb12 commit 14efa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/content/configuring-npm/package-json.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ also `1.0.0`:
979979
```
980980

981981
To only override `@npm/foo` to be `1.0.0` when it's a child (or grandchild, or great
982-
grandchild, etc) of the package `bar`:
982+
grandchild, etc) of the package `@npm/bar`:
983983
984984
```json
985985
{

0 commit comments

Comments
 (0)