Skip to content

Commit 46b9ccf

Browse files
chore: docs fix
1 parent 93629d6 commit 46b9ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ dotnet add package Finbuckle.MultiTenant.AspNetCore
1818

1919
Finbuckle.MultiTenant is simple to get started with. Below is a sample app configured to use the subdomain as the tenant
2020
identifier and the app's [configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/) (
21-
most likely from a`appsettings.json` file) as the source of tenant details.
21+
most likely from an `appsettings.json` file) as the source of tenant details.
2222

2323
```csharp
2424
using Finbuckle.MultiTenant;

0 commit comments

Comments
 (0)