From f836e3cfba7b45843071ef16b98a8d8fd75978e9 Mon Sep 17 00:00:00 2001 From: Daeraxa <58074586+Daeraxa@users.noreply.github.com> Date: Wed, 27 May 2026 23:40:27 +0100 Subject: [PATCH] fix errors with prettier --- content/collaborating/pull-requests-and-git-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/collaborating/pull-requests-and-git-flow.md b/content/collaborating/pull-requests-and-git-flow.md index 23ebdb8..b2726a8 100644 --- a/content/collaborating/pull-requests-and-git-flow.md +++ b/content/collaborating/pull-requests-and-git-flow.md @@ -94,7 +94,7 @@ If you now need to pull those changes to your local repository you can do so as ```shell git pull --rebase origin main git pull -```` +``` ## A friendly note on owner rights, and force push permissions