diff --git a/src/pages/home/report/ReportActionItem.js b/src/pages/home/report/ReportActionItem.js index bb88c3d44224..4a060abb762a 100644 --- a/src/pages/home/report/ReportActionItem.js +++ b/src/pages/home/report/ReportActionItem.js @@ -118,7 +118,7 @@ const propTypes = { /** The user's wallet account */ userWallet: userWalletPropTypes, - /** All the report action belonging the report's parent */ + /** All the report actions belonging to the report's parent */ parentReportActions: PropTypes.objectOf(PropTypes.shape(reportActionPropTypes)), };