From 0b712370bd2acb0fc70b862fff702214ea6f103b Mon Sep 17 00:00:00 2001 From: tarek-y-ismail Date: Wed, 9 Oct 2024 18:30:29 +0300 Subject: [PATCH] Fix typo Co-authored-by: Alan Griffiths --- doc/sphinx/tutorial/write-your-first-wayland-compositor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/tutorial/write-your-first-wayland-compositor.md b/doc/sphinx/tutorial/write-your-first-wayland-compositor.md index b1db53b73f8..0fd7f1eabe8 100644 --- a/doc/sphinx/tutorial/write-your-first-wayland-compositor.md +++ b/doc/sphinx/tutorial/write-your-first-wayland-compositor.md @@ -104,7 +104,7 @@ To change the black background of the window and display some content instead, o ```sh WAYLAND_DISPLAY=wayland-99 bomber ``` -Try moving it around the screen, maximizing and minimazing it. This functionality is provided by the `MinimalWindowManager` policy that you have added to your compositor. You can replace `bomber` with any other Wayland-compatible application. +Try moving it around the screen, maximizing and restoring it. This functionality is provided by the `MinimalWindowManager` policy that you have added to your compositor. You can replace `bomber` with any other Wayland-compatible application. ## Next steps Now that you have your base compositor working, check out these guides on how to further develop your compositor: