diff --git a/packages/terra-popup/src/Popup.jsx b/packages/terra-popup/src/Popup.jsx
index e960c495d1..7865191959 100644
--- a/packages/terra-popup/src/Popup.jsx
+++ b/packages/terra-popup/src/Popup.jsx
@@ -106,7 +106,7 @@ const propTypes = {
*/
onClick: PropTypes.func,
/**
- * To determine if the popup is opening from the menu.
+ * To determine if menu is opened inside the popup.
*/
isMenu: PropTypes.bool,
};
diff --git a/packages/terra-popup/src/_PopupContent.jsx b/packages/terra-popup/src/_PopupContent.jsx
index b7d4c1a93d..c48c67ba39 100644
--- a/packages/terra-popup/src/_PopupContent.jsx
+++ b/packages/terra-popup/src/_PopupContent.jsx
@@ -83,7 +83,7 @@ const propTypes = {
*/
refCallback: PropTypes.func,
/**
- * To determine if the popup is opening from the menu.
+ * To determine if menu is opened inside the popup
*/
isMenu: PropTypes.bool,
};
@@ -118,7 +118,7 @@ class PopupContent extends React.Component {
);
- return