From b8b6896a6c7ca4cedfd8ad92a094db094047c76b Mon Sep 17 00:00:00 2001 From: Frank Alvaro <148478212+f3-epicor@users.noreply.github.com> Date: Thu, 17 Sep 2026 07:09:15 -0400 Subject: [PATCH] chore(docs): fix typo in Modes doc Corrects a mispeling :wink: of "Installation" --- docs/features/modes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/modes.md b/docs/features/modes.md index 165f790..1bb8f43 100644 --- a/docs/features/modes.md +++ b/docs/features/modes.md @@ -69,7 +69,7 @@ Windows has a "universal latency tax". It uses [`CreateProcessW`](https://learn. |:-|:-:|:-:| |Latency[^1]|0ms|25-35ms| |System Version|:heavy_check_mark:|:heavy_check_mark:| -|Automatic Installtion|:heavy_check_mark:|:heavy_check_mark:| +|Automatic Installation|:heavy_check_mark:|:heavy_check_mark:| |Automatic Version Detection|:x:|:heavy_check_mark:| |Special Permissions

|[`SeCreateSymbolicLinkPrivilege`](https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-10/security/threat-protection/security-policy-settings/create-symbolic-links)
_for [UNC path](https://learn.microsoft.com/en-us/dotnet/standard/io/file-path-formats#unc-paths) symlinks_|None

|