aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrilysh <nightquick@proton.me>2023-12-21 15:21:04 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-12-23 23:35:21 +0000
commit139e052d84e69ec418cb5fdff037354ab948e3f4 (patch)
tree0523b399b13ecb8efbc6083ba709c00d23a25e0c
parent771a52cc6181f40a4323189e0749d76f309e5ed8 (diff)
articles/freebsd-src-lsp: Spell "keys" instead of "key"
-rw-r--r--documentation/content/en/articles/freebsd-src-lsp/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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]]