Skip to content

Commit b9bf864

Browse files
committed
Fixed a minor typo
1 parent ddd32db commit b9bf864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/identityserver/fundamentals/key-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ include:
196196
- Create certificates
197197
using [Azure KeyVault](https://learn.microsoft.com/en-us/azure/key-vault/certificates/certificate-scenarios)
198198
- Create certificates using your Public Key Infrastructure.
199-
- Create certificates using C# (see bellow)
199+
- Create certificates using C# (see below)
200200

201201
```csharp
202202
var name = "MySelfSignedCertificate";

0 commit comments

Comments
 (0)