diff --git a/src-docs/src/views/error_boundary/error_boundary.js b/src-docs/src/views/error_boundary/error_boundary.js index c2c8a0e112..4c55c4e888 100644 --- a/src-docs/src/views/error_boundary/error_boundary.js +++ b/src-docs/src/views/error_boundary/error_boundary.js @@ -14,9 +14,7 @@ import React from 'react'; import { OuiErrorBoundary } from '../../../../src/components'; const BadComponent = () => { - throw new Error( - "I'm here to kick butt and chew bubblegum. And I'm all out of gum." - ); + throw new Error('An unhandled exception occurred.'); }; export default () => (