From ed5871f16847655c3254599685a554d5e3dd71e3 Mon Sep 17 00:00:00 2001 From: Nicolas <36539498+hnicolus@users.noreply.github.com> Date: Sun, 22 May 2022 00:13:13 +0200 Subject: [PATCH] fixed statement. I am Assuming that the statement : "You generally don't need to this low level ICurrentPrincipalAccessor service and directly work with the ICurrentUser explained above." meant : "You generally don't need to use this low level ICurrentPrincipalAccessor service just directly work with the ICurrentUser explained above." --- docs/en/CurrentUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/CurrentUser.md b/docs/en/CurrentUser.md index 5a400dc098..6b706bc481 100644 --- a/docs/en/CurrentUser.md +++ b/docs/en/CurrentUser.md @@ -90,7 +90,7 @@ Beside these standard methods, there are some extension methods: For a web application, it gets the `User` property of the current `HttpContext`. For a non-web application, it returns the `Thread.CurrentPrincipal`. -> You generally don't need to this low level `ICurrentPrincipalAccessor` service and directly work with the `ICurrentUser` explained above. +> You generally don't need to use this low level `ICurrentPrincipalAccessor` service just directly work with the `ICurrentUser` explained above. ### Basic Usage