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."
pull/12694/head
Nicolas 3 years ago committed by GitHub
parent 15671a04f5
commit ed5871f168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save