From 4bbfbc2735b4eac3d6878ba87fc393c8870eb268 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Tue, 1 Jul 2025 09:37:27 +0200 Subject: [PATCH] [skip ci] Fix typo (#4000) --- docs/source/user_guide/micromamba.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user_guide/micromamba.rst b/docs/source/user_guide/micromamba.rst index 4613c2384..1c4abe1fa 100644 --- a/docs/source/user_guide/micromamba.rst +++ b/docs/source/user_guide/micromamba.rst @@ -13,9 +13,9 @@ It does not need a ``base`` environment and does not come with a default version ``mamba`` and ``micromamba`` are the same code base, only build options vary. In combinations with subcommands like ``micromamba shell`` and ``micromamba run``, it is extremely -convenient in CI and Docker environments where running shell activatio hooks is complicated. +convenient in CI and Docker environments where running shell activation hooks is complicated. -I can be used with a drop-in installation without further steps: +It can be used with a drop-in installation without further steps: .. code-block:: shell