Skip to content

Commit

Permalink
Merge pull request #3 from jpbulman/patch-1
Browse files Browse the repository at this point in the history
Typo in filter-attributes.md
  • Loading branch information
mythz authored Nov 22, 2023
2 parents b1ab7e1 + 32e7af1 commit 3cf042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/_pages/filter-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Or if you prefer you can instead implement one of the Request or Response Filter
```csharp
public interface IRequestFilterBase
{
int Priority { get; } // Prioity of <0 are tun before Global Request Filters. >=0 Run after
int Priority { get; } // Prioity of <0 are run before Global Request Filters. >=0 Run after
IRequestFilterBase Copy(); // A new shallow copy of this filter is used on every request.
}

Expand Down

0 comments on commit 3cf042e

Please sign in to comment.