diff --git a/sdk-api-src/content/shlobj_core/nf-shlobj_core-shgetknownfolderitem.md b/sdk-api-src/content/shlobj_core/nf-shlobj_core-shgetknownfolderitem.md
index 79d0bae43b5..272a64a5cf2 100644
--- a/sdk-api-src/content/shlobj_core/nf-shlobj_core-shgetknownfolderitem.md
+++ b/sdk-api-src/content/shlobj_core/nf-shlobj_core-shgetknownfolderitem.md
@@ -126,7 +126,7 @@ Among other things, this value can indicate that the rfid parameter refer
## -remarks
-The caller of this function must have Administrator privileges. To call this function on public known folders, the caller must have Administrator privileges. For per-user known folders the caller only requires User privileges.
+To call this function on public known folders, the caller must have Administrator privileges. For per-user known folders the caller only requires User privileges.
Some of the known folders, for example, the Documents folder, are per-user. Every user has a different path for their Documents folder. If hToken is NULL, the API tries to access the calling application's instance of the folder, which is that of the current user. If hToken is a valid user token, the API tries to impersonate the user using this token and tries to access that user's instance.
@@ -157,3 +157,4 @@ To call this function on a folder of type SHGetKnownFolderPath
+