Skip to content

Commit 9b6dccb

Browse files
committed
Add missing verb to error message
1 parent 558cae5 commit 9b6dccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/plugin/commands/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function checkPluginDirectory( pluginDirectory ) {
5050
);
5151
if ( ! latestChangelogMatches ) {
5252
throw new Error(
53-
'Unable to latest version entry in readme changelog.'
53+
'Unable to locate latest version entry in readme changelog.'
5454
);
5555
}
5656
const latestChangelogVersion = latestChangelogMatches[ 1 ];

0 commit comments

Comments
 (0)