From 04abfd7ac15a172f40488de476cf3c186960f149 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Tue, 2 Nov 2021 10:08:53 +0100 Subject: [PATCH] Fix a typo --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 399ae0ad5..3b6738966 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -217,7 +217,7 @@ The workflow is based on [GitLab flow](https://docs.gitlab.com/ee/topics/gitlab_flow.html), i.e., a `develop` branch with `feature` branches being merged into the `develop` branch, all periodically merged to `master` branch. Depending on your access rights, you -may open the `feature` branch in this repository, on in your fork. +may open the `feature` branch in this repository, or in your fork. The guidelines can be summarized as such: