git: e329cc1826 - main - handbook/cutting-edge: Fix a grammatical typo
Mateusz Piotrowski <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=e329cc18268171c0815d8c401e44863d33d08883 commit e329cc18268171c0815d8c401e44863d33d08883 Author: Mateusz Piotrowski <[email protected]> AuthorDate: 2025-05-06 13:52:38 +0000 Commit: Mateusz Piotrowski <[email protected]> CommitDate: 2025-05-06 13:52:38 +0000 handbook/cutting-edge: Fix a grammatical typo --- documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc index 1417fc9dc4..e787d106ee 100644 --- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc +++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc @@ -1155,7 +1155,7 @@ In that case, however, required environment variables need to be set manually (t Otherwise, the list of prerequisites for building FreeBSD is rather short. In fact, it boils down to installing a couple of dependencies. -On macOS, the only dependency LLVM. +On macOS, the only dependency is LLVM. The necessary dependencies can be installed with package manager (e.g., link:https://brew.sh/[Homebrew]): [source,shell]