Skip to content

Commit 86047d3

Browse files
committed
fixed codespell typos
1 parent 051e9d0 commit 86047d3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/developers_documentation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LSLAutoBIDS is a Python tool series designed to automate the following tasks seq
88
- Integrate the EEG data with non-EEG data (e.g., behavioral, stimulus) for the complete dataset
99
- Datalad integration for version control for the integrated dataset
1010
- Upload the dataset to Dataverse
11-
- Provide a command-line interface for cloning, configuring, and running the conversion processs
11+
- Provide a command-line interface for cloning, configuring, and running the conversion process
1212

1313

1414
### Key Features
@@ -35,7 +35,8 @@ LSLAutoBIDS is a Python tool series designed to automate the following tasks seq
3535
- [4. User Prompt & Conversion](#4-user-prompt--conversion)
3636
- [5. BIDS Conversion and Upload (`bids_process_and_upload()`)](#5-bids-conversion-and-upload-bids_process_and_upload)
3737
- [6. Supporting Utility](#6-supporting-utility)
38-
- [4. BIDS Conversion and Upload Pipleine ⚙️ (`convert_to_bids_and_upload.py`)](#3-bids-conversion-and-upload-pipleine-️-convert_to_bids_and_uploadpy)
38+
39+
- [4. BIDS Conversion and Upload Pipeline ⚙️ (`convert_to_bids_and_upload.py`)](#4-bids-conversion-and-upload-pipeline-️-convert_to_bids_and_uploadpy)
3940
- [1. Entry Point (`bids_process_and_upload()`)](#1-entry-point-bids_process_and_upload)
4041
- [2. Convert to BIDS (`convert_to_bids()`)](#2-convert-to-bids-convert_to_bids)
4142
- [3. Copy Source Files (`copy_source_files_to_bids()`)](#3-copy-source-files-copy_source_files_to_bids)
@@ -180,7 +181,7 @@ For each new file:
180181
- `_clear_last_run_log()` :Clears the last run timestamp (last_run_log.txt) when --redo_bids_conversion is specified (as a flag in `lslautobids run`), forcing reprocessing of all files.
181182

182183

183-
### 3. BIDS Conversion and Upload Pipleine ⚙️ (`convert_to_bids_and_upload.py`)
184+
### 4. BIDS Conversion and Upload Pipeline ⚙️ (`convert_to_bids_and_upload.py`)
184185

185186
The pipeline is designed to ensure:
186187

0 commit comments

Comments
 (0)