From 56fa4c8678d5e2edea59c021d5be8eeb21c75220 Mon Sep 17 00:00:00 2001 From: Bex Warner Date: Fri, 24 Aug 2018 13:47:18 -0500 Subject: [PATCH] Update dco.md --- _apps/dco.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_apps/dco.md b/_apps/dco.md index bebab8e..4c80138 100644 --- a/_apps/dco.md +++ b/_apps/dco.md @@ -55,7 +55,7 @@ Git even has a `-s` command line option to append this automatically to your com $ git commit -s -m 'This is my commit message' ``` -Once [installed](#usage), this integration will create a [check](https://developer.github.com/v3/checks/runs/) indicating whether or not commits in a Pull Request do not contain a valid `Signed-off-by` line. +Once installed, this integration will create a [check](https://developer.github.com/v3/checks/runs/) indicating whether or not commits in a Pull Request do not contain a valid `Signed-off-by` line. Additionally, the DCO creates an override button accessible to only those with write access to the repository to create a successful check.