Skip to content

Commit

Permalink
fix key
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Oct 12, 2020
1 parent 521e932 commit a8cf08f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function getOriginalRequestErrorMessage(error?: ExpressionRenderError | n
return i18n.translate('xpack.lens.editorFrame.expressionFailureMessage', {
defaultMessage: 'Request error: {type}, {reason}',
values: {
reasion: rootError.reason,
reason: rootError.reason,
type: rootError.type,
},
});
Expand Down

0 comments on commit a8cf08f

Please sign in to comment.