Skip to content

Commit 5225bee

Browse files
committed
fix typos
1 parent 8cd707e commit 5225bee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/explanations/manifest_csv.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The format of the manifest file is a comma-separated value (CSV) file with one r
2222
### Standard fields
2323

2424
These columns are recognized by `sync_to_synapse` and have specific meaning. Any of these columns may be present in the manifest but only `path` and `parentId` are required for upload.
25-
Each of these are individual examples and is what you would find in a row in each of these columns. To clarify, "syn1235;/path/to_local/file.txt" below states that you would like both "syn1234" and "/path/to_local/file.txt" added as items used to generate a file. You can also specify one item by specifying "syn1234"
25+
Each of these are individual examples and is what you would find in a row in each of these columns. To clarify, "syn1235;/path/to_local/file.txt" below states that you would like both "syn1235" and "/path/to_local/file.txt" added as items used to generate a file. You can also specify one item by specifying "syn1234"
2626

2727
| Field | Meaning | Example |
2828
|---------------------|--------------------------------------------|----------------------------------------------|
@@ -99,7 +99,7 @@ The CSV manifest format is shared across multiple tools:
9999
| Synapse UI download cart | manifest.csv |
100100
| CLI `synapse get-download-list` | `manifest_<timestamp>.csv` |
101101

102-
A manifest generated by any of these sources can be used as input to `sync_to_synapse`, provided the `path` column is present with valid local file paths. Manifests from the Synapse UI not include a `path` column by default, so users must add it before uploading.
102+
A manifest generated by any of these sources can be used as input to `sync_to_synapse`, provided the `path` column is present with valid local file paths. Manifests from the Synapse UI do not include a `path` column by default, so users must add it before uploading.
103103

104104
### Example manifest file
105105

0 commit comments

Comments
 (0)