From e4940e3d75964d08b3760e1ed3eef4db79771035 Mon Sep 17 00:00:00 2001 From: Ken Celenza Date: Sat, 9 Mar 2024 13:18:12 -0500 Subject: [PATCH] spelling fix --- .../{{ cookiecutter.project_slug }}/docs/dev/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nautobot-app/{{ cookiecutter.project_slug }}/docs/dev/contributing.md b/nautobot-app/{{ cookiecutter.project_slug }}/docs/dev/contributing.md index 83e68e53..81a86f3c 100644 --- a/nautobot-app/{{ cookiecutter.project_slug }}/docs/dev/contributing.md +++ b/nautobot-app/{{ cookiecutter.project_slug }}/docs/dev/contributing.md @@ -62,7 +62,7 @@ When a release is ready to be created from either `develop` or `ltm-x.x`, the fo - Please consider adding changelog's from ltm releases in current release, as applicable. - Update the mkdocs.yml file to include the reference to `docs/admin/release_notes/version_..md` as applicable. - Change the version from `..-beta` to `..` in `pyproject.toml`. - - Set the PR to the `main` or `ltm-.` branch respectivly. + - Set the PR to the `main` or `ltm-.` branch respectively. - Ensure the tests for the PR pass. - Merge the PR. - Create a new tag: