git: 3945abc7ce - main - Divide up two words that should be separate.

From: Benedict Reuschling <bcr_at_FreeBSD.org>
Date: Sat, 29 Jan 2022 13:19:25 UTC
The branch main has been updated by bcr:

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

commit 3945abc7cee2b871c75f1efe55544a01e39894f6
Author:     Benedict Reuschling <bcr@FreeBSD.org>
AuthorDate: 2022-01-29 13:18:37 +0000
Commit:     Benedict Reuschling <bcr@FreeBSD.org>
CommitDate: 2022-01-29 13:18:37 +0000

    Divide up two words that should be separate.
---
 documentation/content/en/books/handbook/disks/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/disks/_index.adoc b/documentation/content/en/books/handbook/disks/_index.adoc
index 56eae6042f..81dde47a57 100644
--- a/documentation/content/en/books/handbook/disks/_index.adoc
+++ b/documentation/content/en/books/handbook/disks/_index.adoc
@@ -2233,7 +2233,7 @@ The HAST project was sponsored by The FreeBSD Foundation with support from http:
 
 === HAST Operation
 
-HAST provides synchronous block-level replication between two physical machines: the _primary_ nodeand the _secondary_ node.
+HAST provides synchronous block-level replication between two physical machines: the _primary_ node and the _secondary_ node.
 These two machines together are referred to as a cluster.
 
 Since HAST works in a primary-secondary configuration, it allows only one of the cluster nodes to be active at any given time.