Skip to content

Commit edfd8df

Browse files
committed
typo (clean up, not cleanup)
1 parent 535175e commit edfd8df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/00-before-we-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ when you have multiple projects. In general, you may wish to create separate dir
102102
your scripts, data, and documents.
103103

104104
- **`data/`**: Use this folder to store your raw data. For the sake of transparency and provenance,
105-
you should always keep a copy of your **raw data**. If you need to cleanup data, do it
105+
you should always keep a copy of your **raw data**. If you need to clean up data, do it
106106
programmatically (*i.e.* with scripts) and make sure to separate cleaned up data from the raw data.
107107
For example, you can store raw data in files `./data/raw/` and clean data in `./data/clean/`.
108108

0 commit comments

Comments
 (0)