Skip to content

Commit 6dee1f3

Browse files
fixed another typo of the word 'typo's'
1 parent 5a28069 commit 6dee1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3318,7 +3318,7 @@ def validate_donors(headers, records):
33183318
error_msg.append(f"<blank> is not an accepted field. Check for incorrect spaces and tabs in the header line")
33193319
elif field not in required_headers:
33203320
file_is_valid = False
3321-
error_msg.append(f"{field} is not an accepted field. Check for any typo's in header row.")
3321+
error_msg.append(f"{field} is not an accepted field in the header row.")
33223322
rownum = 0
33233323
if file_is_valid is True:
33243324
for data_row in records:

0 commit comments

Comments
 (0)