git: 139e052d84 - main - articles/freebsd-src-lsp: Spell "keys" instead of "key"

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Sat, 23 Dec 2023 23:38:10 UTC
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=139e052d84e69ec418cb5fdff037354ab948e3f4

commit 139e052d84e69ec418cb5fdff037354ab948e3f4
Author:     rilysh <nightquick@proton.me>
AuthorDate: 2023-12-21 15:21:04 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-12-23 23:35:21 +0000

    articles/freebsd-src-lsp: Spell "keys" instead of "key"
    
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/310/
---
 documentation/content/en/articles/freebsd-src-lsp/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/freebsd-src-lsp/_index.adoc b/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
index 8320e25df3..753e4f78f0 100644
--- a/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
+++ b/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
@@ -278,7 +278,7 @@ In the top-level directory of the FreeBSD src tree, to generate compilation data
 ....
 
 The `--append` flag tells `bear` to read an existing compilation database if it is present, and append the results to the database.
-Entries with duplicated command key are merged.
+Entries with duplicated command keys are merged.
 The generated compilation database by default is saved in the current working directory as [.filename]#compile_commands.json#.
 
 [[final]]