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]