Skip to content

Commit

Permalink
fix: fix grammar on "not able to determine dist folder path" error me…
Browse files Browse the repository at this point in the history
…ssage (#447)
  • Loading branch information
dianjuar committed Dec 6, 2022
1 parent 5fcda85 commit f4e3439
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function chooseStrategy(

export class NotAbleToDetermineDistPathError extends Error {
constructor() {
const errorMsg = `ngx-deploy-npm was not able to detected the dist path.\n
const errorMsg = `ngx-deploy-npm was not able to detect the dist path.\n
Use the option --dist-folder-path to indicate where is the dist folder of your library\n
Write us an issue to add support to your library -> https://github.com/bikecoders/ngx-deploy-npm/issues/new`;
super(errorMsg);
Expand Down

0 comments on commit f4e3439

Please sign in to comment.