Update Developer guide - fix typo authored by Bouvry Arnaud's avatar Bouvry Arnaud
......@@ -4,6 +4,7 @@ title: Developer guide
# IMPORTANT
If you have a local clone of the repository that **predates Feb. 19th, 2025, you must absolutely make a new clone**.
......@@ -244,7 +245,7 @@ Start developing on your local branch.
Make your first push with a small, inconsequential commit so you validate that you comply with the push rules (branch name, commit message).
At the end of the branch development, the merge will occur through a Merge request. This will in time include the result of your work in the `partners-main` branch.
At the end of the branch development, the merge will occur through a Merge request. This will in time include the result of your work in the `main` branch.
# Merge requests
The Gitlab [documentation on merge requests](https://docs.gitlab.com/user/project/merge_requests/) states that :
......
......