diff --git a/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md b/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
index 079e81663f51..00b097aa04bb 100644
--- a/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
+++ b/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
@@ -48,7 +48,7 @@ You can use {% data variables.product.prodname_desktop %} to create a commit wit
>
>
Co-authored-by: name <name@example.com>
- Co-authored-by: another-name <another-name@example.com>"
+ Co-authored-by: another-name <another-name@example.com>
```
The new commit and message will appear on {% data variables.product.product_location %} the next time you push. For more information, see "[Pushing changes to a remote repository](/articles/pushing-commits-to-a-remote-repository/)."