diff --git a/.storybook/components/DomRefTable.tsx b/.storybook/components/DomRefTable.tsx
index c8ec1d898cf..9bcf3b5e55f 100644
--- a/.storybook/components/DomRefTable.tsx
+++ b/.storybook/components/DomRefTable.tsx
@@ -74,14 +74,15 @@ export function DomRefTable() {
<>
{rows.length > 0 ? (
<>
-
- This component exposes public attributes and methods. You can use them directly on the instance of the + This component exposes public properties and methods. You can use them directly on the instance of the component, e.g. by using React Refs.