Skip to content

Commit

Permalink
docs(updaters): fix typo in error message (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrancois committed Dec 1, 2020
1 parent 6317d36 commit b964a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/updaters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getUpdaterByFilename (filename) {
return getUpdaterByType('plain-text')
}
throw Error(
`Unsupported file (${filename}) provided for bumping.\n Please specifcy the updater \`type\` or use a custom \`updater\`.`
`Unsupported file (${filename}) provided for bumping.\n Please specify the updater \`type\` or use a custom \`updater\`.`
)
}

Expand Down

0 comments on commit b964a97

Please sign in to comment.