Skip to content

Commit f2290d4

Browse files
Fix formatting of 'task' definition in documentation
1 parent 98c52cf commit f2290d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/3_project_structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ greet_me/
183183

184184
## Running a Task
185185

186-
A "task" is a command alias that you can execute easily via the CLI (e.g., pixi run <task-name>).
186+
Task is a command alias that you can execute easily via the CLI (e.g., pixi run <task-name>).
187187

188188
Run the following command to add a task and observe the changes in `pyproject.toml` file:
189189
```bash

0 commit comments

Comments
 (0)