Skip to content

Commit

Permalink
fix: typo in docs (#2100)
Browse files Browse the repository at this point in the history
(cherry picked from commit e1206cb)
  • Loading branch information
emielvanseveren authored and Conni2461 committed Aug 13, 2022
1 parent 2df16c0 commit 0585cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/telescope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ filter, find and pick things in Lua.

Getting started with telescope:
1. Run `:checkhealth telescope` to make sure everything is installed.
2. Evalulate it working with `:Telescope find_files` or `:lua
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.
4. Read |telescope.setup| to check what config keys are available and what
Expand Down
2 changes: 1 addition & 1 deletion lua/telescope/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0585cd9

Please sign in to comment.