From e1e1acdc9bc95f36f980ed39dd12f52b17fdcb9a Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Mon, 2 Jan 2023 20:14:16 +0300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88681f5..0fccb98 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ return { -- Sometimes there aren't events which describe that you need to setup buffer local mappings. -- For such cases you can use custom events. - -- Caskey provides api for emitting then: + -- Caskey provides api for emitting them: -- -- nvim/lua/user/plugins/gitsigns.lua -- ... -- on_attach = function (bufnr)