Skip to content

Commit

Permalink
fix a typo (#1256)
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
jimexist authored and bestander committed Oct 19, 2016
1 parent a9580f8 commit d155ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reporters/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const messages = {
noVersion: `Package doesn't have a version.`,
answerRequired: 'An answer is required.',
missingWhyDependency: 'Missing package name, folder or path to file to identify why a package has been installed',
unexpectedError: 'An unexpected error occured, please open a bug report with the information provided in $0.',
unexpectedError: 'An unexpected error occurred, please open a bug report with the information provided in $0.',

tooManyArguments: 'Too many arguments, maximum of $0.',
tooFewArguments: 'Not enough arguments, expected at least $0.',
Expand Down

0 comments on commit d155ce8

Please sign in to comment.