git: d7d975eebb - main - freebsd-src-lsp: Correct typo in title.

Ceri Davies ceri at FreeBSD.org
Mon Jun 28 09:29:09 UTC 2021


The branch main has been updated by ceri:

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

commit d7d975eebbb8289f167fb3966c5ee24fe6f6dd48
Author:     Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-06-28 09:28:41 +0000
Commit:     Ceri Davies <ceri at FreeBSD.org>
CommitDate: 2021-06-28 09:28:41 +0000

    freebsd-src-lsp: Correct typo in title.
---
 documentation/content/en/articles/freebsd-src-lsp/_index.adoc | 4 ++--
 website/content/en/docs/books.adoc                            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/content/en/articles/freebsd-src-lsp/_index.adoc b/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
index 8fae374362..915c06d0e8 100644
--- a/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
+++ b/documentation/content/en/articles/freebsd-src-lsp/_index.adoc
@@ -1,10 +1,10 @@
 ---
-title: Use Language Servers for Developement in the FreeBSD Src Tree
+title: Use Language Servers for Development in the FreeBSD Src Tree
 authors:
   - author: Ka Ho Ng
     email: khng at FreeBSD.org
 copyright: 2021 The FreeBSD Foundation
-description: Use Language Servers for developement in the FreeBSD src tree to get precise go-to-definition and completion results.
+description: Use Language Servers for development in the FreeBSD src tree to get precise go-to-definition and completion results.
 trademarks: ["freebsd"]
 tags: ["FreeBSD", "Language Server", "LSP"]
 
diff --git a/website/content/en/docs/books.adoc b/website/content/en/docs/books.adoc
index 8c00ec1360..e32e7e1260 100644
--- a/website/content/en/docs/books.adoc
+++ b/website/content/en/docs/books.adoc
@@ -151,7 +151,7 @@ Using gvinum to create RAID arrays.
 link:{vm-design}[Design elements of the FreeBSD VM system] (vm-design) +
 An easy to follow description of the design of the FreeBSD virtual memory system.
 
-link:{freebsd-src-lsp}[Use Language Servers for Developement in the FreeBSD Src Tree] (freebsd-src-lsp) +
+link:{freebsd-src-lsp}[Use Language Servers for Development in the FreeBSD Src Tree] (freebsd-src-lsp) +
 A guide about setting up a FreeBSD src tree with language servers performing source code indexing.
 
 == Articles on other web sites


More information about the dev-commits-doc-all mailing list