From 4b2afd7fb77c88960044ed420d31e1d68811b997 Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Thu, 24 Apr 2025 18:26:25 -0700 Subject: [PATCH] core_team: fix a typo (poiting -> pointing) --- contributing/core_team.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/core_team.rst b/contributing/core_team.rst index f895dcd00d8..7b3d667a14b 100644 --- a/contributing/core_team.rst +++ b/contributing/core_team.rst @@ -254,7 +254,7 @@ generate the CHANGELOG files when releasing new versions. #. A clone for their own contributions, which they use to push to their fork on GitHub. Clear out the push URL for the Symfony repository using ``git remote set-url --push origin dev://null`` (change ``origin`` - to the Git remote poiting to the Symfony repository); + to the Git remote pointing to the Symfony repository); #. A clone for merging, which they use in combination with ``gh`` and allows them to push to the main repository.