Skip to content

Commit 7d3ceb4

Browse files
committed
typo cleanup
1 parent 487f148 commit 7d3ceb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/navigate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ func runNavigate(cfg *config.Config, delta int) error {
166166
}
167167

168168
if skipped > 0 {
169-
cfg.Printf("Skipped %d merged %s", skipped, plural(skipped, "branch", "branch(es)"))
169+
cfg.Printf("Skipped %d merged %s", skipped, plural(skipped, "branch", "branches"))
170170
}
171171

172172
moved := newIdx - idx

0 commit comments

Comments
 (0)