Skip to content

Commit 0d39ec5

Browse files
authored
Update README.md
spelling correction
1 parent c30e7b6 commit 0d39ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Returns a dictionary with the table name as the key and a `Table` object as the
7676

7777
**`to_csv(file_directory: str | Path, table_names: list[str], delimeter: str)`** -> *None*
7878
Generate a CSV file for each table in the XER file. CSV files will be created in the current working directory.
79-
Optional `file_directory`: Pass a string or Path object to speficy a folder to store the CSV files in.
79+
Optional `file_directory`: Pass a string or Path object to specify a folder to store the CSV files in.
8080
Optional `table_names`: List of tables names to save to CSV files.
8181
Optional `delimeter`: Change the default delimeter from a `tab` to another string (e.g. a coma ",").
8282

0 commit comments

Comments
 (0)