Skip to content

Commit 1ba5b85

Browse files
fix(mappings): fix typo (#155)
1 parent 4a22adf commit 1ba5b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/recipes/mappings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ return {
8585

8686
:::
8787

88-
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:
88+
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:
8989

9090
```lua title="lua/plugins/telescope_lsp_mappings.lua"
9191
return {

0 commit comments

Comments
 (0)