Skip to content

Commit 167e146

Browse files
committed
fix(docs): 'pacakge' -> 'package'
1 parent a304194 commit 167e146

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
@@ -621,7 +621,7 @@ See [semver](https://github.com/npm/node-semver#versions) for more details about
621621
* `tag` A specific version tagged and published as `tag` See [`npm
622622
dist-tag`](/commands/npm-dist-tag)
623623
* `path/path/path` See [Local Paths](#local-paths) below
624-
* `npm:@scope/pkg@version` Custom alias for a pacakge See [`package-spec`](/using-npm/package-spec#aliases)
624+
* `npm:@scope/pkg@version` Custom alias for a package See [`package-spec`](/using-npm/package-spec#aliases)
625625

626626
For example, these are all valid:
627627

0 commit comments

Comments
 (0)