docs(ui): fix typo - s/inent/indent/ (#6584)

## Description

This fixes a typo I noticed in the docs.

## Checklist

- [x] I've read the
[CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md)
guidelines.
This commit is contained in:
Anant Thazhemadam 2025-10-19 15:50:34 +05:30 committed by GitHub
parent dea0ae44be
commit 98b97d7b00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ return {
end,
},
-- disable inent-blankline scope when mini-indentscope is enabled
-- disable indent-blankline scope when mini-indentscope is enabled
{
"lukas-reineke/indent-blankline.nvim",
optional = true,