diff --git a/docs/CoreConcepts.md b/docs/CoreConcepts.md index fe9e1949..b3750f65 100644 --- a/docs/CoreConcepts.md +++ b/docs/CoreConcepts.md @@ -7,7 +7,7 @@ However, there are a few important specifics to be aware of. The items below mak A `TenantInfo` instance contains information about a tenant. Often this will be the "current" tenant in the context an app. These instances' type implements `ITenantInfo` which defines properties -for `Id`, `Identifier`, `Name`, `ConnectionString`. When calling `AddMultiTenant` the type passed into the +for `Id`, `Identifier`, `Name`. When calling `AddMultiTenant` the type passed into the type parameter defines the`ITenantInfo` use throughout the library and app. * `Id` is a unique id for a tenant in the app and should never change.