Skip to content

Commit 06fe56c

Browse files
typo: in Abp-Session.md
1 parent 673f6ef commit 06fe56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/WebSite/Abp-Session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ AbpSession defines a few key properties:
5454
is not an impersonated login.
5555
- **MultiTenancySide**: It may be Host or Tenant.
5656

57-
UserId and TenantId is **nullable**. There are also the non-nullable
57+
UserId and TenantId are **nullable**. There are also the non-nullable
5858
**GetUserId()** and **GetTenantId()** methods. If you're sure there is a
5959
current user, you can call GetUserId(). If the current user is null, this
6060
method throws an exception. GetTenantId() also works in this way.

0 commit comments

Comments
 (0)