Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kid-icarus committed May 26, 2024
1 parent f15ef7e commit b068a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ There are no default mappings, but you can create your own. Here's an example:

```lua
local t = require 'telescope'
vim.keymap.set('n', '<leader>jt', '<cmd>Jira issue view<cr>', {})
vim.keymap.set('n', '<leader>jv', t.extensions.jira.transitions, {})
vim.keymap.set('n', '<leader>jv', '<cmd>Jira issue view<cr>', {})
vim.keymap.set('n', '<leader>jt', t.extensions.jira.transitions, {})
```

0 comments on commit b068a6b

Please sign in to comment.