From 5ac014da86512f4ee3e5ce8851bf178fec9db24c Mon Sep 17 00:00:00 2001 From: itsmenewbie03 <89230263+itsmenewbie03@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:00:13 +0800 Subject: [PATCH] fix(mappings): fix typo --- src/content/docs/recipes/mappings.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/recipes/mappings.mdx b/src/content/docs/recipes/mappings.mdx index 06b72054e..a61d575c7 100644 --- a/src/content/docs/recipes/mappings.mdx +++ b/src/content/docs/recipes/mappings.mdx @@ -85,7 +85,7 @@ return { ::: -Telescope proivdes functionality for using the picker for tasks such as getting references and symbols. This can be easily enabled through AstroLSP. Here is an example specification that can be added to your plugins: +Telescope provides functionality for using the picker for tasks such as getting references and symbols. This can be easily enabled through AstroLSP. Here is an example specification that can be added to your plugins: ```lua title="lua/plugins/telescope_lsp_mappings.lua" return {