Fixed typo

This commit is contained in:
Naz 2022-10-13 11:17:12 +08:00
parent 6c9cfe8f24
commit f38950c022
No known key found for this signature in database

View File

@ -17,7 +17,7 @@ export default class MemberImportValidatorService extends Service {
}
/**
* Method implements foollowing sampling logic:
* Method implements following sampling logic:
* Locate 10 non-empty cells from the start/middle(ish)/end of each column (30 non-empty values in total).
* If the data contains 30 rows or fewer, all rows should be validated.
*