Skip to content

Commit 6ef3159

Browse files
committed
Fix typo: s/assignemnt/assignment/
1 parent 4c5c8de commit 6ef3159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def _handle_review_request_removed(self, pr, requested_reviewer):
220220
# Update the initial comment
221221
comment = (
222222
f"👋 I see @{reviewer} was un-assigned.\n"
223-
f"If you'd like another reviewer assignemnt, please [click here]({second_reviewer_url})."
223+
f"If you'd like another reviewer assignment, please [click here]({second_reviewer_url})."
224224
)
225225

226226
self._update_comment(repo_url, pr_record, comment)

0 commit comments

Comments
 (0)