From bfdb00de5006173c97b86a488c223c6464b95e4d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 10 Oct 2024 12:30:17 +0200 Subject: [PATCH] docs/contributing.rst: Fix typo --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index fe54e1cf1..4c11cf67a 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -227,7 +227,7 @@ Releasing the theme To release a new version of the theme, core team will take the following steps: -#. Install the required depedencies with ``pip install '.[dev]'``. +#. Install the required dependencies with ``pip install '.[dev]'``. #. Bump the version by running ``bump2version [major|minor|patch|dev]``. This will automatically increase the correct part(s) of the version number, you do not need to specify the exact version number.