We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c52cf commit f2290d4Copy full SHA for f2290d4
episodes/3_project_structure.md
@@ -183,7 +183,7 @@ greet_me/
183
184
## Running a Task
185
186
-A "task" is a command alias that you can execute easily via the CLI (e.g., pixi run <task-name>).
+Task is a command alias that you can execute easily via the CLI (e.g., pixi run <task-name>).
187
188
Run the following command to add a task and observe the changes in `pyproject.toml` file:
189
```bash
0 commit comments