Skip to content

Commit

Permalink
Fixup create doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matasx committed Dec 6, 2024
1 parent 25fb808 commit 290d8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/Authentication/MultiAuthentication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public static class MultiAuthentication
#region Builder

/// <summary>
/// Creates a customizable API key authentication handler that will
/// read the key from the HTTP header named "X-API-Key".
/// Creates a authentication handler that will use
/// underlying handlers to authenticate the request.
/// </summary>
public static MultiConcernBuilder Create() => new();

Expand Down

0 comments on commit 290d8e9

Please sign in to comment.