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.