Skip to content

Commit

Permalink
fix: spelling in helpers (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin authored Oct 11, 2023
1 parent 199a420 commit 41ca788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RunCommand extends ApifyCommand {

if (!packageJsonExists && !mainPyExists) {
throw new Error(
'Actor is of an uknown format.'
'Actor is of an unknown format.'
+ ` Make sure either the 'package.json' file or 'src/__main__.py' file exists.`,
);
}
Expand Down

0 comments on commit 41ca788

Please sign in to comment.