aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2023-01-24 23:24:02 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2023-01-24 23:24:02 +0000
commitae3a5bc90140c19f23cb166aa423513e64f14079 (patch)
treef073c1aed095e47c0b0b51acd15167f40bd90ec7
parentd03ac468111dfbb96c010bfb5a6b4d3996586888 (diff)
downloaddoc-ae3a5bc901.tar.gz
doc-ae3a5bc901.zip
fdp-primer/editor-config: Add missing full stop
-rw-r--r--documentation/content/en/books/fdp-primer/editor-config/_index.adoc2
1 files changed, 1 insertions, 1 deletions
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=%]
....