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.