From 014fc5ca71aaef77bc2cbe8826c2fc604cde3047 Mon Sep 17 00:00:00 2001 From: Ammar Alakkad Date: Mon, 4 Dec 2023 19:55:09 +0300 Subject: [PATCH] Fix typo README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29051212..0a606748 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ config = { }, packages = { enable = true }, -- show how many plugins neovim loaded -- limit how many projects list, action when you press key or enter it will run this action. - -- action can be a functino type, e.g. + -- action can be a function type, e.g. -- action = func(path) vim.cmd('Telescope find_files cwd=' .. path) end project = { enable = true, limit = 8, icon = 'your icon', label = '', action = 'Telescope find_files cwd=' }, mru = { limit = 10, icon = 'your icon', label = '', cwd_only = false },