Skip to content

Commit ddd438d

Browse files
committed
spelling: dismissed
1 parent 8ba68fc commit ddd438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/view/view.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ type reviewerState struct {
214214
func formattedReviewerState(cs *iostreams.ColorScheme, reviewer *reviewerState) string {
215215
state := reviewer.State
216216
if state == dismissedReviewState {
217-
// Show "DISMISSED" review as "COMMENTED", since "dimissed" only makes
217+
// Show "DISMISSED" review as "COMMENTED", since "dismissed" only makes
218218
// sense when displayed in an events timeline but not in the final tally.
219219
state = commentedReviewState
220220
}

0 commit comments

Comments
 (0)