From 01b757738972ebda908d8772c99be8dc55dcc4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Peralta=20Lozada?= Date: Fri, 18 Aug 2023 10:11:37 -0600 Subject: [PATCH] Missing word in getting_started.mdx The word `run` was missing in the task section --- docs/getting_started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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