Skip to content

Commit c1bdf44

Browse files
authored
Fix typo in config.md from 'sudirectories' to 'subdirectories' (#697)
1 parent c90106d commit c1bdf44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom_dc/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you are using subdirectories, specify the file names using paths relative to
7777
7878
## Input files
7979

80-
The top-level `inputFiles` lists out the CSV input files and options specific to each file. The file expression is the file name (including relative subdirectories, where applicable) or wildcard patterns if the same configuration applies to multiple files. The files and sudirectories are assumed to be relative to the directory which you have specified as `INPUT_DIR` in your `env.list` file.
80+
The top-level `inputFiles` lists out the CSV input files and options specific to each file. The file expression is the file name (including relative subdirectories, where applicable) or wildcard patterns if the same configuration applies to multiple files. The files and subdirectories are assumed to be relative to the directory which you have specified as `INPUT_DIR` in your `env.list` file.
8181

8282
You can use the `*` wildcard; matches are applied in the order in which they are specified in the config. For example, in the following:
8383

@@ -149,4 +149,4 @@ provenances
149149
"USA Top Baby Names 1923-2022": "https://www.ssa.gov/oact/babynames/decades/century.html"
150150
}
151151
```
152-
The named provenances should be used to identify the `provenance` field(s) of input files.
152+
The named provenances should be used to identify the `provenance` field(s) of input files.

0 commit comments

Comments
 (0)