Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubbortlik authored Dec 13, 2024
1 parent fbae906 commit e5a5962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/gitlab/reviewer/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ local del_keymaps = function(bufnr)
end
end

--- Set up autocaommands that will take care of setting and unsetting buffer-local options and keymaps
--- Set up autocommands that will take care of setting and unsetting buffer-local options and keymaps
M.set_reviewer_autocommands = function(bufnr)
local group = vim.api.nvim_create_augroup("gitlab.diffview.autocommand.win_enter." .. bufnr, {})
vim.api.nvim_create_autocmd({ "WinEnter", "BufWinEnter" }, {
Expand Down

0 comments on commit e5a5962

Please sign in to comment.