Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Apr 19, 2020
1 parent cbd895f commit 7d59ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default-resolver.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const defaultErrors = [{message: 'an unknown error has occured.'}];
export const defaultErrors = [{message: 'an unknown error has occurred.'}];

export default function defaultResolver(path) {
const keys = path.split('.');
Expand Down

0 comments on commit 7d59ce9

Please sign in to comment.