Skip to content

Commit 18a4d64

Browse files
jquensepvdlg
authored andcommitted
fix: fix typo in error message
1 parent 214ecac commit 18a4d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/definitions/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ Please make sure to add a valid \`name\` for your package in your \`package.json
5151
message: 'Missing `package.json` file.',
5252
details: `A [package.json file](https://docs.npmjs.com/files/package.json) at the root of your project is required to release on npm.
5353
54-
Please follow the [npm guideline](https://docs.npmjs.com/getting-started/creating-node-modules) to create a valid \`pacakge.json\` file.`,
54+
Please follow the [npm guideline](https://docs.npmjs.com/getting-started/creating-node-modules) to create a valid \`package.json\` file.`,
5555
}),
5656
};

0 commit comments

Comments
 (0)