From 58e7b3a7d37cf2d8f8f284b614e572dd496e0a7b Mon Sep 17 00:00:00 2001 From: fria <138676274+friadev@users.noreply.github.com> Date: Thu, 23 Oct 2025 10:26:34 -0500 Subject: [PATCH] wording --- blog/posts/zero-trust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/posts/zero-trust.md b/blog/posts/zero-trust.md index a2875887..682595ed 100644 --- a/blog/posts/zero-trust.md +++ b/blog/posts/zero-trust.md @@ -167,7 +167,7 @@ Some devices, especially Windows devices, support continuous verification throug Some devices also support [onlooker detection](https://learn.microsoft.com/en-us/windows-hardware/design/device-experiences/sensors-presence-onlooker-detection), so when an unauthorized person is detected looking at your screen, it will turn off. -Unfortunately, this security feature isn't available on most devices. For devices that lack continuous verification, you can set the screen to turn off after a short timer. You can make use of [attention aware](https://support.apple.com/en-us/102216) features to keep your screen from dimming with a short timer. +Unfortunately, this security feature isn't available on most devices. For devices that lack continuous verification, you can set the screen to turn off after a short timer. You can make use of [attention aware](https://support.apple.com/en-us/102216) features to keep your screen from dimming while you use it. ## Takeaways