aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-04-10 13:08:49 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-04-10 13:08:49 +0000
commit1350d809a151144330b2ed734a17e9a15ea3a1aa (patch)
tree062e7fed23ec5d2dad066c0808eb460089728308
parentab02cc01081f6751db8f2e05512f4dedee8ba9da (diff)
downloaddoc-1350d809a151144330b2ed734a17e9a15ea3a1aa.tar.gz
doc-1350d809a151144330b2ed734a17e9a15ea3a1aa.zip
Porters handbook - Quick porting: Fix typo, avoid repetition
PR: 262729 Reported by: grahamperrin@
-rw-r--r--documentation/content/en/books/porters-handbook/quick-porting/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc
index fbf219e389..16f803a34c 100644
--- a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc
@@ -295,7 +295,7 @@ Add a short description of the program to the Description field of the PR (perha
[NOTE]
====
Giving a good description in the summary of the problem report makes the work of port committers and triagers a lot easier.
-The expected format for new ports is "[NEW PORT] _category/portname short description of the port_" for new ports.
+The expected format for new ports is "[NEW PORT] _category/portname short description of the port_".
Using this scheme makes it easier and faster to begin the work of committing the new port.
====