aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-02-21 19:49:57 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-02-21 19:49:57 +0000
commitf18ed51fcd64742da5e6bde4b3948e1efd7d5f4a (patch)
tree8bc6026202ec9c70b34c5b274343ed6ef31b7551
parentc7527916ede4e8f16d837c65f16d6e9404568b23 (diff)
downloaddoc-f18ed51fcd.tar.gz
doc-f18ed51fcd.zip
Fix typo in FDP overview chapter
Reported by: Gaelan Lloyd Pull Request: https://github.com/freebsd/freebsd-doc/pull/110
-rw-r--r--documentation/content/en/books/fdp-primer/overview/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/fdp-primer/overview/_index.adoc b/documentation/content/en/books/fdp-primer/overview/_index.adoc
index accae70a53..d0f8f19972 100644
--- a/documentation/content/en/books/fdp-primer/overview/_index.adoc
+++ b/documentation/content/en/books/fdp-primer/overview/_index.adoc
@@ -143,7 +143,7 @@ To reduce compile time, only one language can be compiled:
% make DOC_LANG=en
....
+
-The build output is stored in [.filename]#~/documentation/public/articles/`# and [.filename]#`~/documentation/public/books/`#.
+The build output is stored in [.filename]#~/documentation/public/articles/# and [.filename]#~/documentation/public/books/#.
+
. Review the build output and ensure the edits are free from typos, layout problems, or errors. If any errors are found during the build process, edit the problematic files to fix any issues that show up, then run the build command again until all errors are resolved.
+