From 2865ec3e47fa0b170f82f4beeefa56a5ea49d133 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 22 Aug 2025 19:11:13 +0300 Subject: wiki/Design-Principles: Clarify sentence --- docs/wiki/Development:-Design-Principles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/wiki/Development:-Design-Principles.md b/docs/wiki/Development:-Design-Principles.md index 313299aa..abb44e3e 100644 --- a/docs/wiki/Development:-Design-Principles.md +++ b/docs/wiki/Development:-Design-Principles.md @@ -17,8 +17,8 @@ It also lets you group together more related windows on the same workspace by ha In particular: windows opening, closing, and resizing to the left of the focused window should not cause it to visually move. -This is the window you're working in. -Stuff happening outside the view shouldn't mess with what you're focused on. +The focused window is the window you're working in. +And stuff happening outside the view shouldn't mess with what you're focused on. ### Actions should apply immediately. -- cgit