aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Moore <fxmoore@hotmail.com>2026-04-26 10:56:36 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2026-04-26 10:58:45 +0000
commita6a6455f210a63f818c32b50aed4f878726d23f3 (patch)
treec101b7175b2941ce6e6298d40faa92a9765e20d7
parentf4f5495520ee82e7c6d01631480bdd9ca62bc2c4 (diff)
Fix a typo: make the word 'ports' singular to correct a grammatical error
PR: 291858 Event: Wiesbaden Hackathon 202604
-rw-r--r--documentation/content/en/books/handbook/introduction/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/introduction/_index.adoc b/documentation/content/en/books/handbook/introduction/_index.adoc
index c65166b670..3e4e3901b8 100644
--- a/documentation/content/en/books/handbook/introduction/_index.adoc
+++ b/documentation/content/en/books/handbook/introduction/_index.adoc
@@ -238,7 +238,7 @@ In addition to the base distributions, FreeBSD offers a ported software collecti
The list of ports ranges from HTTP servers to games, languages, editors, and almost everything in between.
There are about {numports} ports; the entire Ports Collection requires approximately {ports-size}.
To compile a port, simply change to the directory of the program needed to install, type `make install`, and let the system do the rest.
-The full original distribution for each port that is build is retrieved dynamically so only enough disk space to build the ports is needed.
+The full original distribution for each port that is built is retrieved dynamically so only enough disk space to build the port is needed.
Almost every port is also provided as a pre-compiled "package", which can be installed with a simple command (`pkg install`) by those who do not wish to compile their own ports from source.
More information on packages and ports can be found in crossref:ports[ports,Installing Applications: Packages and Ports].