We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ba68fc commit ddd438dCopy full SHA for ddd438d
pkg/cmd/pr/view/view.go
@@ -214,7 +214,7 @@ type reviewerState struct {
214
func formattedReviewerState(cs *iostreams.ColorScheme, reviewer *reviewerState) string {
215
state := reviewer.State
216
if state == dismissedReviewState {
217
- // Show "DISMISSED" review as "COMMENTED", since "dimissed" only makes
+ // Show "DISMISSED" review as "COMMENTED", since "dismissed" only makes
218
// sense when displayed in an events timeline but not in the final tally.
219
state = commentedReviewState
220
}
0 commit comments