From 466898b3b4ee61d950fcd7d19bacf1588aa47ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tammerg=C3=A5rd?= <44197016+filiptammergard@users.noreply.github.com> Date: Tue, 13 Sep 2022 16:50:34 +0200 Subject: [PATCH] docs: fix typo (#2559) --- docs/support/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/troubleshooting.md b/docs/support/troubleshooting.md index 3ffc1eea..4684c160 100644 --- a/docs/support/troubleshooting.md +++ b/docs/support/troubleshooting.md @@ -30,7 +30,7 @@ When [squashing commits](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-Hist When squashing commits make sure to rewrite the resulting commit message to be compliant with the project's commit message convention. -**Note**: if the resulting squashed commit would encompasses multiple changes (for example multiple unrelated features or fixes) then it's probably not a good idea to squash those commits together. A commit should contain exactly one self-contained functional change and a functional change should be contained in exactly one commit. See [atomic commits](https://en.wikipedia.org/wiki/Atomic_commit). +**Note**: if the resulting squashed commit encompasses multiple changes (for example multiple unrelated features or fixes) then it's probably not a good idea to squash those commits together. A commit should contain exactly one self-contained functional change and a functional change should be contained in exactly one commit. See [atomic commits](https://en.wikipedia.org/wiki/Atomic_commit). ## `reference already exists` error when pushing tag