From 084f72f65e9f2681b20ac0445e6d5cc0c5cbd5db Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Thu, 5 Sep 2024 15:52:48 -0400 Subject: [PATCH] Update docs/tools/pizza-cli/codeowners.md Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- docs/tools/pizza-cli/codeowners.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/pizza-cli/codeowners.md b/docs/tools/pizza-cli/codeowners.md index 6e27618d..13d62632 100644 --- a/docs/tools/pizza-cli/codeowners.md +++ b/docs/tools/pizza-cli/codeowners.md @@ -60,7 +60,7 @@ Codeowners will be automatically requested for review on pull requests that modi ### Mapping GitHub usernames to email addresses -Mapping GitHub usernames to their corresponding email addresses is necessary for creating an accurate `.sauced.yaml` file. For contributors to your repository, you can use git log to find their email addresses: +Mapping GitHub usernames to their corresponding email addresses is necessary for creating an accurate `.sauced.yaml` file. For contributors to your repository, you can use `git log` to find their email addresses: ```bash git log --author="GitHub_Username" --format='%ae' | sort -u