Skip to content

Commit 9ad5d3a

Browse files
Changed prove to provide
1 parent 49a4cf3 commit 9ad5d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/utility-guides/DataValidation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If duplicate records are detected, then it will remove them and re-run the query
2020
To use this utility import the `DataValidation` class and then call the method `check_for_duplicate_records()`.<br>
2121
Here you will need to provide the SQL query as a multiple line string ensuring that the final line has: **fetch first :subjects_to_retrieve rows only**.<br>
2222
This is necessary as this line is later replaced with an offset if duplicates are found.<br>
23-
You will also need to prove any parameters used in the query as a dictionary
23+
You will also need to provide any parameters used in the query as a dictionary
2424

2525
## Example usage
2626

0 commit comments

Comments
 (0)