docs: Fix typo and improve wording in drawing model docs

There was a typo ‘phases happens’, but also some spurious whitespace and
slightly odd-sounding use of ‘we’ so I changed it to be phrased
passively.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-09-12 14:06:39 +01:00
parent 6f4f4d0123
commit 20d6938a90
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -66,8 +66,8 @@ The clock has several phases:
- Layout - Layout
- Paint - Paint
The phases happens in this order and we will always run each The phases happen in this order and all phases will always run
phase through before going back to the start. through before going back to the start.
The Events phase is a stretch of time between each redraw where The Events phase is a stretch of time between each redraw where
GTK processes input events from the user and other events GTK processes input events from the user and other events