From 20d6938a90152caf3a9a009c5176c2f52098c4eb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 12 Sep 2024 14:06:39 +0100 Subject: [PATCH] docs: Fix typo and improve wording in drawing model docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/reference/gtk/drawing-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/drawing-model.md b/docs/reference/gtk/drawing-model.md index 4be4c913e4..93af1c929f 100644 --- a/docs/reference/gtk/drawing-model.md +++ b/docs/reference/gtk/drawing-model.md @@ -66,8 +66,8 @@ The clock has several phases: - Layout - Paint - The phases happens in this order and we will always run each - phase through before going back to the start. +The phases happen in this order and all phases will always run +through before going back to the start. The Events phase is a stretch of time between each redraw where GTK processes input events from the user and other events