From 235cd8a119c2acbf058b4309e6d5f695baf508fe Mon Sep 17 00:00:00 2001 From: Benoit de Chezelles Date: Mon, 2 Dec 2024 00:27:32 +0100 Subject: [PATCH] Fix typo: 'lables' -> 'labels' --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bc8d006..5458cff 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ - Well documented source code ([developer documentation](https://max397574.github.io/care.nvim/dev/)) - Many QoL features for UX and extensibility - - [Shortcuts and lables to select entries](https://max397574.github.io/care.nvim/configuration_recipes#labels-and-shortcuts) + - [Shortcuts and labels to select entries](https://max397574.github.io/care.nvim/configuration_recipes#labels-and-shortcuts) - [Extensive API](https://max397574.github.io/care.nvim/api) - [Access documentation](https://max397574.github.io/care.nvim/configuration_recipes/#access-documentation) - [Usage like builtin completion](https://max397574.github.io/care.nvim/configuration_recipes/#manual-completion-like-builtin-neovim)