Skip to content

Commit

Permalink
Missing word in getting_started.mdx (#266)
Browse files Browse the repository at this point in the history
The word `run` was missing in the task section
  • Loading branch information
RaulPL authored Aug 18, 2023
1 parent c223d94 commit c2cfc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can also put this run command in a **task**.
pixi task add hello python hello_world.py
```

After adding the task, you can the task using its name.
After adding the task, you can run the task using its name.

```shell
pixi run hello
Expand Down

0 comments on commit c2cfc46

Please sign in to comment.