diff --git a/static/usage/v7/toast/theming/react/main_tsx.md b/static/usage/v7/toast/theming/react/main_tsx.md index 9d7c084e5c7..b7127396da4 100644 --- a/static/usage/v7/toast/theming/react/main_tsx.md +++ b/static/usage/v7/toast/theming/react/main_tsx.md @@ -12,7 +12,7 @@ function Example() { trigger="open-toast" duration={3000} message="Hello Styled World!" - class="custom-toast" + className="custom-toast" buttons={[ { text: 'Dismiss', diff --git a/static/usage/v8/toast/theming/react/main_tsx.md b/static/usage/v8/toast/theming/react/main_tsx.md index 9d7c084e5c7..b7127396da4 100644 --- a/static/usage/v8/toast/theming/react/main_tsx.md +++ b/static/usage/v8/toast/theming/react/main_tsx.md @@ -12,7 +12,7 @@ function Example() { trigger="open-toast" duration={3000} message="Hello Styled World!" - class="custom-toast" + className="custom-toast" buttons={[ { text: 'Dismiss',