From 0e23a3cd32a2fc71a35713c435c7a2e910843e7a Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Sat, 12 Apr 2025 20:42:36 +0900 Subject: [PATCH] Fix type form "that ou create" to "that you create" --- tutorials/publish-conda-forge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/publish-conda-forge.md b/tutorials/publish-conda-forge.md index 8c38c9f67..a41780269 100644 --- a/tutorials/publish-conda-forge.md +++ b/tutorials/publish-conda-forge.md @@ -124,7 +124,7 @@ that you have been using to run hatch commands in the previous tutorials. :::{note} -You can also install grayskull using pipx[^pipx]. pipx is a tool that allows you to install commonly used tools that you might want to have available across multiple Python environments rather than installing the package into every Python environment that ou create. +You can also install grayskull using pipx[^pipx]. pipx is a tool that allows you to install commonly used tools that you might want to have available across multiple Python environments rather than installing the package into every Python environment that you create. ::: ### Step 2: Fork and clone the conda-forge staged-recipes repository