From c0ec04e4336a20d4bc02b281aeab9ff1376e06a6 Mon Sep 17 00:00:00 2001 From: lisamurphy-msft <87032539+lisamurphy-msft@users.noreply.github.com> Date: Mon, 7 Mar 2022 09:48:16 -0500 Subject: [PATCH] Update CONTRIBUTING.md Fixing typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b464d6f9..504d56634 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -189,7 +189,7 @@ To generate a release, coordinate with the team to run these steps: 1. If you need to, now is the time to update the release tag, but it should already follow the naming convention: "v\.\.\" 1. The release notes will be auto-populated with its included changes, but add a summary description at the top of the release notes that describe the changes in an easy-to-understand way. 1. Edit the release notes for consistency, e.g., normalizing verb tense and capitalization. -1. You should see four `mainfest.*` files that indicate the SBOM was successfully generated. +1. You should see four `manifest.*` files that indicate the SBOM was successfully generated. 1. Click the "Save draft" button to generate a draft release, or click "Publish release" if you are ready to publish. **Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute.