diff --git a/src/pages/iou/steps/MoneyRequestAmount.js b/src/pages/iou/steps/MoneyRequestAmount.js
index 1bb3dbbb6ed8..966f8068ea21 100755
--- a/src/pages/iou/steps/MoneyRequestAmount.js
+++ b/src/pages/iou/steps/MoneyRequestAmount.js
@@ -470,7 +470,7 @@ function MoneyRequestAmount(props) {
);
// ScreenWrapper is only needed in edit mode because we have a dedicated route for the edit amount page (MoneyRequestEditAmountPage).
- // The rest of the cases this component is rendered through which has it's own ScreenWrapper
+ // The rest of the cases this component is rendered through which has it's own ScreenWrapper
if (!isEditing.current) {
return content;
}