From 5d0a396bf99125b5bfc1ae46aeab9af8dda8feb6 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Mon, 11 Jan 2021 21:01:54 -0500 Subject: [PATCH] Docs: fix typo (#1036) --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index a27f3bc7..6f7d8a1d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -96,7 +96,7 @@ To release a new version of the theme, core team will take the following steps: (with regards to alpha release and development versions). The version increment should reflect these releases and any potentially breaking changes. #. New versions are by default ``alpha`` releases. If this is a release candidate, - run ``bump2version --allow-dirty releast`` to update the release to an ``rc`` + run ``bump2version --allow-dirty release`` to update the release to an ``rc`` release. If this is a final release, run the command again. #. Update the changelog (``docs/changelog.rst``) with the version information. #. Run ``python setup.py update_translations`` to compile new translation files