git: db5022b3cf - main - fdp-primer/editor-config: Correct typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 May 2023 12:00:29 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/doc/commit/?id=db5022b3cfe9bd2c37c06e95d45e60854dcca9ea
commit db5022b3cfe9bd2c37c06e95d45e60854dcca9ea
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2023-05-11 11:54:33 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2023-05-11 12:00:05 +0000
fdp-primer/editor-config: Correct typo
Remove an extra `+` that prevented an unsorted list from being rendered
correctly.
Approved by: doceng (blanket)
---
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 3ca2679198..b0378594b0 100644
--- a/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/editor-config/_index.adoc
@@ -59,7 +59,7 @@ More advanced users can use a proper linter like link:https://github.com/dense-a
=== Use
Manual page writers can use the following keyboard shortcuts to reformat:
-+
+
* Press kbd:[P] to reformat paragraphs or text that has been selected in Visual mode.
* Press kbd:[T] to replace groups of eight spaces with a tab.