git: 6889293c81 - main - Fix typo in X11 handbook chapter

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Tue, 28 Jun 2022 11:01:15 UTC
The branch main has been updated by carlavilla:

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

commit 6889293c81459afd6e026876282be59e919a31e9
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-06-28 10:59:58 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-06-28 10:59:58 +0000

    Fix typo in X11 handbook chapter
    
    PR:             264939
    Submitted by:   Hodong <hodong (AT) nimfsoft.art>
---
 documentation/content/en/books/handbook/x11/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/x11/_index.adoc b/documentation/content/en/books/handbook/x11/_index.adoc
index 8a9269cdcf..7abc40e5f8 100644
--- a/documentation/content/en/books/handbook/x11/_index.adoc
+++ b/documentation/content/en/books/handbook/x11/_index.adoc
@@ -1720,7 +1720,7 @@ To enable and start the `seatd` daemon now, and on system initialization:
 
 [source,shell]
 ----
-# sysrc seatd_enable=”YES”
+# sysrc seatd_enable="YES"
 # service seatd start
 ----