git: 9136aee574 - main - Remove spurious "because" in ZFS Features and Terminology caution

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Tue, 03 May 2022 19:38:51 UTC
The branch main has been updated by carlavilla:

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

commit 9136aee57493512b604da3bd51636b7318498da9
Author:     John Darrah <johntdarrah (AT) gmail.com>
AuthorDate: 2022-05-03 19:37:26 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-05-03 19:37:26 +0000

    Remove spurious "because" in ZFS Features and Terminology caution
    
    PR:             263332
    Submitted by:   PauAmma <pauamma (AT) gundo.com>
---
 documentation/content/en/books/handbook/zfs/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index 7ded43019d..39d52f7a38 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -2725,7 +2725,7 @@ a|A pool consists of one or more vdevs, which themselves are a single disk or a
 ====
 Using an entire disk as part of a bootable pool is strongly discouraged, as this may render the pool unbootable.
 Likewise, you should not use an entire disk as part of a mirror or RAID-Z vdev.
-Reliably determining the size of an unpartitioned disk at boot time is impossible and because there's no place to put in boot code.
+Reliably determining the size of an unpartitioned disk at boot time is impossible and there's no place to put in boot code.
 ====
 
 * [[zfs-term-vdev-file]] _File_ - Regular files may make up ZFS pools, which is useful for testing and experimentation. Use the full path to the file as the device path in `zpool create`.