Skip to content

Commit

Permalink
docs: fix ready for review shortcut W instead of w
Browse files Browse the repository at this point in the history
The docs were incorrectly mapping `w` as the Ready for review shortcut.
The correct one is `W` (uppercase).
  • Loading branch information
alcpereira authored and dlvhdr committed Nov 9, 2024
1 parent 9c9cf8b commit 4531e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/getting-started/keybindings/selected-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ merge the PR.
merges the PR only after you approve the action.
```

## `w` - Mark PR as Ready for Review { #mark-pr-as-ready-for-review}
## `W` - Mark PR as Ready for Review { #mark-pr-as-ready-for-review}

Press ![kbd:`w`]() to mark the PR as ready for review. When you do, the dashboard uses the
Press ![kbd:`W`]() to mark the PR as ready for review. When you do, the dashboard uses the
`gh pr ready` command to convert the PR from draft status to ready for review.

## `x` - Close PR { #close-pr }
Expand Down

0 comments on commit 4531e89

Please sign in to comment.