From 102aa258a36deccf18be8003aac1efcdf8f4228a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C5=9Een?= Date: Mon, 1 Apr 2024 17:20:46 +0300 Subject: [PATCH] fix typo at default_plugins.mdx --- src/content/docs/reference/default_plugins.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/default_plugins.mdx b/src/content/docs/reference/default_plugins.mdx index 0ed62f2c4..c139fc457 100644 --- a/src/content/docs/reference/default_plugins.mdx +++ b/src/content/docs/reference/default_plugins.mdx @@ -58,4 +58,4 @@ title: Default Plugins | [williamboman/mason-lspconfig.nvim](https://github.com/williamboman/mason-lspconfig.nvim) | Mason LSP Integration | | [williamboman/mason.nvim](https://github.com/williamboman/mason.nvim) | External Package Manager | | [windwp/nvim-autopairs](https://github.com/windwp/nvim-autopairs) | Automatically Close Pairs | -| [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) | Autoomatically Close/Rename Tags | +| [windwp/nvim-ts-autotag](https://github.com/windwp/nvim-ts-autotag) | Automatically Close/Rename Tags |