Skip to content

Fix typos #916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/rustbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`@rustbot` (also known as `triagebot`) is a utility robot that is mostly used to
allow any contributor to achieve certain tasks that would normally require GitHub
membership to the `rust-lang` organization. Its most interesting features for
contributors to `rustc` are isssue claiming and relabeling.
contributors to `rustc` are issue claiming and relabeling.

## Issue claiming

Expand All @@ -24,7 +24,7 @@ If you want to unassign from an issue, `@rustbot` has a different command:

## Issue relabeling

Changing labels for an issue or PR is also normally reserved to members of the
Changing labels for an issue or PR is also normally reserved for members of the
organization. However, `@rustbot` allows you to relabel an issue yourself, only
with a few restrictions. This is mostly useful in two cases:

Expand Down