Skip to content

Commit 0aac7e8

Browse files
committed
Fix typo in IdentityServer middleware diagram alt text
1 parent 18d42ad commit 0aac7e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/content/docs/identityserver/overview/big-picture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ depending on your needs)
7878
and add the IdentityServer middleware to that application. The middleware adds the necessary protocol heads to the
7979
application so that clients can talk to it using those standard protocols.
8080

81-
![IdentityServer middleware diagram and its relatinship in the ASP.NET Core pipeline](images/middleware.svg)
81+
![IdentityServer middleware diagram and its relationship in the ASP.NET Core pipeline](images/middleware.svg)
8282

8383
The hosting application can be as complex as you want, but we typically recommend to keep the attack surface as small as
8484
possible by including

0 commit comments

Comments
 (0)