Skip to content

Commit

Permalink
Fixed typo in code sample (#7065)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankraty authored Apr 20, 2024
1 parent 723733e commit 6b388af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public class CustomConvention : FilterConvention
{
protected override void Configure(IFilterConventionDescriptor descriptor)
{
desciptor.AddDefaults();
descriptor.AddDefaults();
}

public override NameString GetTypeName(Type runtimeType) =>
Expand Down

0 comments on commit 6b388af

Please sign in to comment.