Skip to content

Commit 3f17d66

Browse files
authored
docs: fix example package name in overrides explainer
1 parent 8b7bb12 commit 3f17d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)