fix(health): highlights legend label

This commit is contained in:
hsi
2025-08-11 21:38:15 +02:00
committed by Christian Clason
parent bf0234010a
commit cabbd52bb8

View File

@@ -157,7 +157,7 @@ function M.check()
end
health.info(vim.fn.trim(out, ' ', 2))
end
health.start(' Legend: H[ighlight], L[ocals], F[olds], I[ndents], In[J]ections')
health.start(' Legend: H[ighlights], L[ocals], F[olds], I[ndents], In[J]ections')
if #error_collection > 0 then
health.start('The following errors have been detected in query files:')