git: 6a75d949c9 - main - Typo fix: recommened -> recommended
Benedict Reuschling <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by bcr: URL: https://cgit.FreeBSD.org/doc/commit/?id=6a75d949c94e7a6cb97c891ea50bfe47b561c6d1 commit 6a75d949c94e7a6cb97c891ea50bfe47b561c6d1 Author: Benedict Reuschling <[email protected]> AuthorDate: 2023-12-28 17:08:45 +0000 Commit: Benedict Reuschling <[email protected]> CommitDate: 2023-12-28 17:08:45 +0000 Typo fix: recommened -> recommended --- documentation/content/en/books/handbook/wayland/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index f5fcf5bf60..a1d2517b97 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -449,7 +449,7 @@ xwayland = true .... For the Sway compositor, `Xwayland` should be enabled by default. -Even so, it is recommened to manually add a configuration line in the [.filename]#~/.config/sway/config# like the following: +Even so, it is recommended to manually add a configuration line in the [.filename]#~/.config/sway/config# like the following: [.programlisting] .....