Skip to content

Commit b964a97

Browse files
docs(updaters): fix typo in error message (#689)
1 parent 6317d36 commit b964a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/updaters/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function getUpdaterByFilename (filename) {
2222
return getUpdaterByType('plain-text')
2323
}
2424
throw Error(
25-
`Unsupported file (${filename}) provided for bumping.\n Please specifcy the updater \`type\` or use a custom \`updater\`.`
25+
`Unsupported file (${filename}) provided for bumping.\n Please specify the updater \`type\` or use a custom \`updater\`.`
2626
)
2727
}
2828

0 commit comments

Comments
 (0)