diff --git a/.storybook/2.DOCUMENTATION.stories.mdx b/.storybook/2.DOCUMENTATION.stories.mdx
index da30c959e..17fb97396 100644
--- a/.storybook/2.DOCUMENTATION.stories.mdx
+++ b/.storybook/2.DOCUMENTATION.stories.mdx
@@ -50,7 +50,7 @@ import React from 'react';
import BuyIcon from '../icon/overview-buy-icon.component';
-// The mdx file to document component API and usage
+// The mdx file to document props and usage
import README from './README.mdx';
import Button from '.';
@@ -149,7 +149,7 @@ Now the storybook components are complete, the `README.mdx` documentation should
import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';
-
+
import Button from '.';
@@ -167,9 +167,9 @@ Buttons communicate actions that users can take.
-## Component API
+## Props
-
diff --git a/ui/components/app/account-list-item/README.mdx b/ui/components/app/account-list-item/README.mdx
index a0eb00386..6c2db73a2 100644
--- a/ui/components/app/account-list-item/README.mdx
+++ b/ui/components/app/account-list-item/README.mdx
@@ -9,6 +9,6 @@ Account List Item is referred for each account item on the Account List's compon
-## Component API
+## Props
diff --git a/ui/components/app/flask/snap-settings-card/README.mdx b/ui/components/app/flask/snap-settings-card/README.mdx
index 8f958a645..df18a90e8 100644
--- a/ui/components/app/flask/snap-settings-card/README.mdx
+++ b/ui/components/app/flask/snap-settings-card/README.mdx
@@ -10,7 +10,7 @@ A card component that displays information and the status of a snap. The `SnapSe
-## Component API
+## Props
diff --git a/ui/components/app/metamask-translation/README.mdx b/ui/components/app/metamask-translation/README.mdx
index df4807426..98cee86e4 100644
--- a/ui/components/app/metamask-translation/README.mdx
+++ b/ui/components/app/metamask-translation/README.mdx
@@ -23,7 +23,7 @@ trees to contain.
-## Component API
+## Props