From 5a48376a77f585d7818eae07fe11f42c9c2753a3 Mon Sep 17 00:00:00 2001 From: Bernard Vander Beken Date: Mon, 27 Jul 2020 18:43:12 +0200 Subject: [PATCH] Fix casing (#5252) --- doc/devdocs/run-as-admin-detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devdocs/run-as-admin-detection.md b/doc/devdocs/run-as-admin-detection.md index f10233f3ed..a073dc7edb 100644 --- a/doc/devdocs/run-as-admin-detection.md +++ b/doc/devdocs/run-as-admin-detection.md @@ -17,7 +17,7 @@ This is when a process runs with "elevated" privileges. Typically this would be Basically it runs with additional access to the operating system. Most things do not need run elevated. A common scenario would be needing to run certain PowerShell commands or edit the registry. -How do i know my application is "elevated"? If you see this prompt (User Access Control prompt), the application is requesting it: +How do I know my application is "elevated"? If you see this prompt (User Access Control prompt), the application is requesting it: ![alt text][uac]