From d246a2468f9dd4be5150cd7469379de2cd065625 Mon Sep 17 00:00:00 2001 From: Tom Hennen Date: Thu, 24 Oct 2024 19:57:08 -0400 Subject: [PATCH] editorial: draft: fix grammar mistake (#1221) The 'via's didn't make sense under the new list construction --------- Signed-off-by: Tom Hennen --- docs/spec/draft/source-requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/draft/source-requirements.md b/docs/spec/draft/source-requirements.md index e2cb85f78..c7f9d3150 100644 --- a/docs/spec/draft/source-requirements.md +++ b/docs/spec/draft/source-requirements.md @@ -229,8 +229,8 @@ The SCS MUST ensure that all technical controls governing changes to a [branch]( For example, this could be accomplished by: -- Via the configuration of branch protection rules (e.g.[GitHub](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule), [GitLab](https://docs.gitlab.com/ee/user/project/repository/branches/protected.html)), or -- via application and verification of [gittuf](https://github.com/gittuf/gittuf) policies, or +- The configuration of branch protection rules (e.g.[GitHub](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/managing-a-branch-protection-rule), [GitLab](https://docs.gitlab.com/ee/user/project/repository/branches/protected.html)), or +- the application and verification of [gittuf](https://github.com/gittuf/gittuf) policies, or - some other mechanism as enforced by the [Change management tool](#change-management-tool-requirements). ✓