From f3d8e2d5ebc305c6af23a85c1be9146050b245ed Mon Sep 17 00:00:00 2001 From: itxwh Date: Fri, 26 Jun 2026 22:53:04 +0800 Subject: [PATCH] docs: fix typo in pull request process guide --- .github/pull_request_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_process.md b/.github/pull_request_process.md index 5b8556df937..ea2f7fe9067 100644 --- a/.github/pull_request_process.md +++ b/.github/pull_request_process.md @@ -14,7 +14,7 @@ This document explains the stages that a Pull Request (PR) goes through when a p **Assignee**: The Assignee is an AWS Employee who is responsible for identifying reviewers and managing the PR. They track the progress of pull requests and ensure that they are reviewed and merged in a timely manner. -**Reviewer**: Reviewers are responsible for reviewing pull requests and providing feedback to the contributor. Two approving reviews, one of which must be from the CODEOWNER of the reposiroty, are required for a PR to be merged. +**Reviewer**: Reviewers are responsible for reviewing pull requests and providing feedback to the contributor. Two approving reviews, one of which must be from the CODEOWNER of the repository, are required for a PR to be merged. ## ****Pull Request Life-Cycle****