docs: typos

This commit is contained in:
Folke Lemaitre 2022-12-19 13:36:11 +01:00
parent faac2dd11c
commit 6f00cdedee
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@ M.defaults = {
throttle = 20, -- how frequently should the ui process render events
},
checker = {
-- automcatilly check for plugin updates
-- automatically check for plugin updates
enabled = false,
concurrency = nil, ---@type number? set to 1 to check for updates very slowly
notify = true, -- get a notification when new updates are found

View file

@ -59,7 +59,7 @@ return {
keys = { "<C-a>", "<C-x>" },
},
-- local plugins need to be explicitely configured with dir
-- local plugins need to be explicitly configured with dir
{ dir = "~/projects/secret.nvim" },
-- you can use a custom url to fetch a plugin