Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 10, 2020
1 parent e5363dd commit 2f30413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sketch/src/commands/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function command(name, fn) {
sketch.UI.message('Done! 🎉');
} catch (error) {
console.log(error);
sketch.UI.message('An error occured, please check the development logs');
sketch.UI.message('An error occurred, please check the development logs');
}

if (process.env.NODE_ENV === 'development') {
Expand Down

0 comments on commit 2f30413

Please sign in to comment.