diff --git a/web/components/_COMPONENT_HOW_TO.md b/web/components/_COMPONENT_HOW_TO.md
index 56194427c..82df45136 100644
--- a/web/components/_COMPONENT_HOW_TO.md
+++ b/web/components/_COMPONENT_HOW_TO.md
@@ -78,17 +78,16 @@ The `ComponentError` component is a pre-built error state that can be used to di
import { ErrorBoundary } from 'react-error-boundary';
(
-
- )}
- >
-
- (
+
+ )}
+>
+
+
```
## Storybook