git: 7e47bf0a41 - main - porters-handbook/special: reword a sentence, triggered by spelling error

From: Ceri Davies <ceri_at_FreeBSD.org>
Date: Sat, 25 Mar 2023 15:50:52 UTC
The branch main has been updated by ceri:

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

commit 7e47bf0a418b2a56fced1edc5594c46635935215
Author:     Ceri Davies <ceri@FreeBSD.org>
AuthorDate: 2023-03-25 15:50:47 +0000
Commit:     Ceri Davies <ceri@FreeBSD.org>
CommitDate: 2023-03-25 15:50:47 +0000

    porters-handbook/special: reword a sentence, triggered by spelling error
---
 documentation/content/en/books/porters-handbook/special/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/porters-handbook/special/_index.adoc b/documentation/content/en/books/porters-handbook/special/_index.adoc
index 9221eef41d..941274d55a 100644
--- a/documentation/content/en/books/porters-handbook/special/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/special/_index.adoc
@@ -507,7 +507,7 @@ For ports that use Cargo, define `USES=cargo`.
 |List of crates the port depends on. Each entry needs to have a format like `cratename-semver` for example, `libc-0.2.40`. Port maintainers can generate this list from [.filename]#Cargo.lock# using `make cargo-crates`. Manually bumping crate versions is possible but be mindful of transitive dependencies.
 If the list generated by `make cargo-crates` is big, it might be convenient to place it inside a `Makefile.crates` file in the top-level port directory.
 If present, the ports framework sources that file automatically.
-This helps keeping the main port Makefile withing a reasonable size.
+This help keep the main port Makefile within a manageable size.
 
 |`CARGO_FEATURES`
 |