Fixes typo in link (#334)

`creating-a-packge-json-file` to `creating-a-package-json-file`

Nathaniel Perry committed Dec 6, 2022 at 06:41 UTC d67fde78269630840d2beb1f440736e1f2248eed
1 file changed +1 -1
content/packages-and-modules/contributing-packages-to-the-registry/specifying-dependencies-and-devdependencies-in-a-package-json-file.mdx
+1 -1
@@ -58,6 +58,6 @@ To add devDependencies to a `package.json` file, in a text editor, add an attrib
58 }
59 ```
60
61 -[pkg-json]: creating-a-packge-json-file
61 +[pkg-json]: creating-a-package-json-file
62 [semver]: about-semantic-versioning
63 [semver-calc]: https://semver.npmjs.com/