aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2022-09-07 06:47:25 +0000
committerStefan Eßer <se@FreeBSD.org>2022-09-07 19:20:42 +0000
commitaaa347a4be1415b208d5fd372aed1bbf8f1dae07 (patch)
tree93017179a41f81293d1b1a97747026636051be03
parent8f94e441d014db1dd8d8cdeea913ddc6376e5863 (diff)
downloaddoc-aaa347a4be1415b208d5fd372aed1bbf8f1dae07.tar.gz
doc-aaa347a4be1415b208d5fd372aed1bbf8f1dae07.zip
Fix spelling of two words (go-based, five-stage)
Submitted by: pauamma
-rw-r--r--documentation/content/en/books/porters-handbook/special/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index 62d925b389..369632c78b 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -835,7 +835,7 @@ PLIST_FILES= bin/hey
If the "easy" way is not adequate or more control over dependencies is needed, the full porting process is described below.
-Creating a Go based port is a five stage process.
+Creating a Go-based port is a five-stage process.
First we need to provide a ports template that fetches the application distribution file:
[.programlisting]