Skip to content

Commit 246d66c

Browse files
committed
improve comment
1 parent 0b56fa8 commit 246d66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ProactiveAppReviewModalManager.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function ProactiveAppReviewModalManager() {
1818

1919
const handleResponse = useCallback(
2020
(response: AppReviewResponse, message?: string) => {
21-
// Call the action which will create optimistic comment (if message provided) and call API
21+
// Call the action which will create an optimistic comment (if the message is provided) and call the API
2222
respondToProactiveAppReview(response, proactiveAppReview, message, conciergeReportID);
2323

2424
// Navigate to Concierge DM if we have a report ID and this wasn't a skip

0 commit comments

Comments
 (0)