diff --git a/.changeset/giant-apples-laugh.md b/.changeset/giant-apples-laugh.md new file mode 100644 index 000000000..51b377894 --- /dev/null +++ b/.changeset/giant-apples-laugh.md @@ -0,0 +1,5 @@ +--- +'@verdaccio/core': patch +--- + +fix: minor typo on warning message diff --git a/packages/core/core/src/warning-utils.ts b/packages/core/core/src/warning-utils.ts index fdd7bc39a..c4e609607 100644 --- a/packages/core/core/src/warning-utils.ts +++ b/packages/core/core/src/warning-utils.ts @@ -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(