1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-24 21:15:51 +01:00

fix: minor typo on warning message

This commit is contained in:
Juan Picado 2023-03-07 22:15:42 +01:00
parent 854b810afb
commit a1da11308f
2 changed files with 6 additions and 1 deletions

@ -0,0 +1,5 @@
---
'@verdaccio/core': patch
---
fix: minor typo on warning message

@ -17,7 +17,7 @@ export enum Codes {
warningInstance.create(
verdaccioWarning,
Codes.VERWAR002,
`The configuration file property "logs" property is deprecated, rename to "log" for future compatibility`
`The configuration property "logs" has been deprecated, please rename to "log" for future compatibility`
);
warningInstance.create(