Skip to content

Commit a8cf08f

Browse files
committed
fix key
1 parent 521e932 commit a8cf08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugins/lens/public/editor_frame_service/error_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function getOriginalRequestErrorMessage(error?: ExpressionRenderError | n
4343
return i18n.translate('xpack.lens.editorFrame.expressionFailureMessage', {
4444
defaultMessage: 'Request error: {type}, {reason}',
4545
values: {
46-
reasion: rootError.reason,
46+
reason: rootError.reason,
4747
type: rootError.type,
4848
},
4949
});

0 commit comments

Comments
 (0)