diff --git a/Contributing-to-Jellyfin.md b/Contributing-to-Jellyfin.md index 05ede19..389688a 100644 --- a/Contributing-to-Jellyfin.md +++ b/Contributing-to-Jellyfin.md @@ -37,7 +37,7 @@ The first step is to set up a copy of the repo that you can work from. Jellyfin You should now be ready to begin building or modifying the project. -### Making changes to the repo +### Make changes to the repo Jellyfin uses a "feature branch" model, though usually a feature branch is local to each developer and is integrated in one shot, though in the future project-wide feature branches may become common. This section assumes a local feature branch.