Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e510f14

Browse files
authored
fix(docs): 'pacakge' -> 'package' (#8248)
<!-- What / Why --> <!-- Describe the request in detail. What it does and why it's being changed. --> Fix a typo ## References <!-- Examples: Related to #0 Depends on #0 Blocked by #0 Fixes #0 Closes #0 -->
1 parent a304194 commit e510f14

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)