diff --git a/docs/getting_started.mdx b/docs/getting_started.mdx index 74906c3c1..648477c2c 100644 --- a/docs/getting_started.mdx +++ b/docs/getting_started.mdx @@ -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