git: fe949322d3 - main - porters-handbook: correct grammar after e971ace59e

From: Ceri Davies <ceri_at_FreeBSD.org>
Date: Mon, 28 Aug 2023 17:44:40 UTC
The branch main has been updated by ceri:

URL: https://cgit.FreeBSD.org/doc/commit/?id=fe949322d312ec50d3a8a194e0c9a559d7d1919f

commit fe949322d312ec50d3a8a194e0c9a559d7d1919f
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-08-28 17:35:03 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-08-28 17:35:03 +0000

    porters-handbook: correct grammar after e971ace59e
---
 documentation/content/en/books/porters-handbook/upgrading/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
index f97421334c..23284adc65 100644
--- a/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/upgrading/_index.adoc
@@ -51,7 +51,7 @@ When a port is not the most recent version available from the authors, update th
 The port might have already been updated to the new version.
 
 When working with more than a few ports, it will probably be easier to use Git to keep the whole ports collection up-to-date,
-as described in the extref:{handbook}ports[Using the Ports Collection, ports-using].
+as described in extref:{handbook}ports[Using the Ports Collection, ports-using].
 This will have the added benefit of tracking all the port's dependencies.
 
 The next step is to see if there is an update already pending.