pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.24k stars 124 forks source link

Fix descriptions to match the corresponding action #567

Open elbunuelo opened 5 days ago

elbunuelo commented 5 days ago

Describe what this PR does / why we need it

Minor text copy fix, ensures that descriptions for select_prev_entry and select_next_entry match the corresponding action.

Does this pull request fix one issue?

Fixes #566

Describe how you did it

I'm using which-key.nvim while I get used to the default octo mappings and noticed the descriptions didn't match.

Describe how to verify it

N/A

Special notes for reviews

N/A