From d5c8643f127af4028179219e8a45a081adfa9938 Mon Sep 17 00:00:00 2001 From: Jer Date: Mon, 1 Apr 2024 18:09:52 +0200 Subject: [PATCH] Fix typo in "Releasing packages" docs (#1704) Signed-off-by: Jer --- docs/source/releasing_packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/releasing_packages.rst b/docs/source/releasing_packages.rst index a75ad5f1d..ba4377e1a 100644 --- a/docs/source/releasing_packages.rst +++ b/docs/source/releasing_packages.rst @@ -23,5 +23,5 @@ Well, here are a few benefits of ``rez-release``: * Automatic VCS tagging. * Many :ref:`helpful package attributes ` are automatically added to the released package definition file. -If you're working locally, it these additional steps and checks may slow you +If you're working locally, these additional steps and checks may slow you down, so it may be better to stick with :ref:`rez-build`.