git: ae3a5bc901 - main - fdp-primer/editor-config: Add missing full stop
"Danilo G. Baio" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/doc/commit/?id=ae3a5bc90140c19f23cb166aa423513e64f14079 commit ae3a5bc90140c19f23cb166aa423513e64f14079 Author: Danilo G. Baio <[email protected]> AuthorDate: 2023-01-24 23:24:02 +0000 Commit: Danilo G. Baio <[email protected]> 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=%] ....