summaryrefslogtreecommitdiff
path: root/lua/telescope/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/init.lua')
-rw-r--r--lua/telescope/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/init.lua b/lua/telescope/init.lua
index 6ed7e66..c267f06 100644
--- a/lua/telescope/init.lua
+++ b/lua/telescope/init.lua
@@ -13,7 +13,7 @@ local telescope = {}
---
--- Getting started with telescope:
--- 1. Run `:checkhealth telescope` to make sure everything is installed.
---- 2. Evalulate it working with
+--- 2. Evaluate it working with
--- `:Telescope find_files` or
--- `:lua require("telescope.builtin").find_files()`
--- 3. Put a `require("telescope").setup() call somewhere in your neovim config.