Skip to content

Commit 2385f55

Browse files
committed
style: fix typo
1 parent 8a87a4d commit 2385f55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/package/npm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class Npm {
104104
var res, error;
105105

106106
if ( !this.pkg.name?.startsWith( "@" ) ) {
107-
res = result( [ 500, "Package name is not valud" ] );
107+
res = result( [ 500, "Package name is not valid" ] );
108108
}
109109
else {
110110
res = await this.api.setAccessStatus( this.pkg.name, accessStatus );

0 commit comments

Comments
 (0)