Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Griffiths <[email protected]>
  • Loading branch information
tarek-y-ismail and AlanGriffiths authored Oct 9, 2024
1 parent ab20ca9 commit 0b71237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/tutorial/write-your-first-wayland-compositor.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b71237

Please sign in to comment.