git: ae3a5bc901 - main - fdp-primer/editor-config: Add missing full stop

From: Danilo G. Baio <dbaio_at_FreeBSD.org>
Date: Tue, 24 Jan 2023 23:36:45 UTC
The branch main has been updated by dbaio:

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

commit ae3a5bc90140c19f23cb166aa423513e64f14079
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-01-24 23:24:02 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-01-24 23:24:02 +0000

    fdp-primer/editor-config: Add missing full stop
---
 documentation/content/en/books/fdp-primer/editor-config/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
index 1b822380ed..3ca2679198 100644
--- a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
@@ -74,7 +74,7 @@ If not, install package:textproc/vale[] with:
 $ pkg install vale
 ....
 
-Install link:https://github.com/dense-analysis/ale[Ale] to integrate into package:editors/vim[], for using package:textproc/vale[]
+Install link:https://github.com/dense-analysis/ale[Ale] to integrate into package:editors/vim[], for using package:textproc/vale[].
 
 [source,console?prompt=%]
 ....