From 4ea4cd397534e4f7bcdd96858b2d3334fbfebe0f Mon Sep 17 00:00:00 2001 From: RehanPlayz <63925635+RehanPlayz@users.noreply.github.com> Date: Fri, 16 Feb 2024 13:32:50 +0300 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65705da1..9c85012d 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ Here are the `Credentials Cache` Modes: - This is the default mode. (Use `gsudo config CacheMode Explicit` to revert to this value). - `Auto:` Similar to unix-sudo. The first elevation shows a UAC popup and **starts a cache session automatically**. - Run `gsudo config CacheMode Auto` to use this mode. -- `Disabled:` Every elevation shows a UAC popup, and tryoing to start a cache session will throw an error.. +- `Disabled:` Every elevation shows a UAC popup, and trying to start a cache session will throw an error.. - Run `gsudo config CacheMode Disabled` to use this mode. In any case, you can stop all cache sessions with `gsudo -k`.