We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6317d36 commit b964a97Copy full SHA for b964a97
1 file changed
lib/updaters/index.js
@@ -22,7 +22,7 @@ function getUpdaterByFilename (filename) {
22
return getUpdaterByType('plain-text')
23
}
24
throw Error(
25
- `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\`.`
26
)
27
28
0 commit comments