Skip to content

Commit

Permalink
docs: fix typo (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetzng committed Feb 17, 2024
1 parent 096d0ba commit 00def01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -126,7 +126,7 @@ cmp.event:on(
---@param rules table
---@param commit_character table<string>
handler = function(char, item, bufnr, rules, commit_character)
-- Your handler function. Inpect with print(vim.inspect{char, item, bufnr, rules, commit_character})
-- Your handler function. Inspect with print(vim.inspect{char, item, bufnr, rules, commit_character})
end
}
},
Expand Down

0 comments on commit 00def01

Please sign in to comment.