git: 5521a13243 - main - Use proper spelling of Asciidoctor

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Fri, 18 Apr 2025 12:37:02 UTC
The branch main has been updated by bcr:

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

commit 5521a132432909f401e9a3ffd5276cba3addf93c
Author:     Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2025-04-18 12:33:36 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2025-04-18 12:36:43 +0000

    Use proper spelling of Asciidoctor
    
    Uncapitalize the 'd' in Asciidoctor as that is the proper spelling.
    
    While here, avoid some language like "editors for editing".
    
    PR:     273487
---
 documentation/content/en/books/fdp-primer/tools/_index.adoc | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/documentation/content/en/books/fdp-primer/tools/_index.adoc b/documentation/content/en/books/fdp-primer/tools/_index.adoc
index 43ff9f873d..1bd531a5fb 100644
--- a/documentation/content/en/books/fdp-primer/tools/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/tools/_index.adoc
@@ -67,9 +67,8 @@ These applications are not required, but can make working on the documentation e
 [[tools-optional-software]]
 === Software
 
-Vim (package:editors/vim[])::
-A popular editor for working with AsciiDoctor.
+Vim (package:editors/vim[]) -- a popular editor for working with Asciidoctor.
 
-Emacs (package:editors/emacs[])::
-Both of these editors include a special mode for editing documents.
-This mode includes commands to reduce the amount of typing needed, and help reduce the possibility of errors.
+Emacs (package:editors/emacs[]).
+
+Both tools include a special mode that reduces the amount of typing needed, and helps to reduce errors.